public class CPN2XSEventStreamParameters
extends org.processmining.basicutils.parameters.impl.PluginParametersImpl
Constructor and Description |
---|
CPN2XSEventStreamParameters() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
CPN2XSEventStreamCaseIdentification |
getCaseIdentificationType() |
java.lang.String |
getCaseIdentifier() |
org.processmining.stream.core.enums.CommunicationType |
getCommunicationType() |
java.lang.String[] |
getIgnorePatterns() |
int |
getMaximumNumberOfStepsPerRepetition() |
int |
getTotalNumberOfRepetitions() |
int |
getTransitionDelayMs() |
boolean |
isIgnorePage() |
boolean |
isIncludeVariables() |
void |
setCaseIdentificationType(CPN2XSEventStreamCaseIdentification caseIdentification) |
void |
setCaseIdentifier(java.lang.String caseIdentifier) |
void |
setCommunicationType(org.processmining.stream.core.enums.CommunicationType communicationType) |
void |
setIgnorePage(boolean ignorePage) |
void |
setIgnorePatterns(java.lang.String[] ignorePatterns) |
void |
setIncludeVariables(boolean includeVariables) |
void |
setMaximumNumberOfStepsPerRepetition(int maxSteps) |
void |
setTotalNumberOfRepetitions(int numRepetitions) |
void |
setTransitionDelayMs(int delayMs) |
public boolean equals(java.lang.Object o)
equals
in class org.processmining.basicutils.parameters.impl.PluginParametersImpl
public CPN2XSEventStreamCaseIdentification getCaseIdentificationType()
public java.lang.String getCaseIdentifier()
public org.processmining.stream.core.enums.CommunicationType getCommunicationType()
public java.lang.String[] getIgnorePatterns()
public int getMaximumNumberOfStepsPerRepetition()
public int getTotalNumberOfRepetitions()
public int getTransitionDelayMs()
public boolean isIgnorePage()
public boolean isIncludeVariables()
public void setCaseIdentificationType(CPN2XSEventStreamCaseIdentification caseIdentification)
public void setCaseIdentifier(java.lang.String caseIdentifier)
caseIdentifier
- the caseIdentifier to setpublic void setCommunicationType(org.processmining.stream.core.enums.CommunicationType communicationType)
communicationType
- the communicationType to setpublic void setIgnorePage(boolean ignorePage)
public void setIgnorePatterns(java.lang.String[] ignorePatterns)
public void setIncludeVariables(boolean includeVariables)
includeVariables
- the includeVariables to setpublic void setMaximumNumberOfStepsPerRepetition(int maxSteps)
maxSteps
- the maxSteps to setpublic void setTotalNumberOfRepetitions(int numRepetitions)
numRepetitions
- the numRepetitions to setpublic void setTransitionDelayMs(int delayMs)
delayMs
- the delayMs to set