Class YourParameters
- java.lang.Object
-
- org.processmining.basicutils.parameters.impl.PluginParametersImpl
-
- org.processmining.primeminer.parameters.YourParameters
-
- All Implemented Interfaces:
org.processmining.basicutils.parameters.PluginParameters
public class YourParameters extends org.processmining.basicutils.parameters.impl.PluginParametersImplExample class of Parameters - not used in Prime Miner- Author:
- E.Verbeek
-
-
Constructor Summary
Constructors Constructor Description YourParameters(YourFirstInput input1, YourSecondInput input2)YourParameters(YourParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)example method of equalintgetYourInteger()java.lang.StringgetYourString()booleanisYourBoolean()voidsetYourBoolean(boolean yourBoolean)voidsetYourInteger(int yourInteger)voidsetYourString(java.lang.String yourString)java.lang.StringtoString()example toString method
-
-
-
Constructor Detail
-
YourParameters
public YourParameters(YourFirstInput input1, YourSecondInput input2)
- Parameters:
input1- input1input2- input2
-
YourParameters
public YourParameters(YourParameters parameters)
- Parameters:
parameters- parameters
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object object)
example method of equal- Overrides:
equalsin classorg.processmining.basicutils.parameters.impl.PluginParametersImpl- Parameters:
object- object
-
setYourBoolean
public void setYourBoolean(boolean yourBoolean)
- Parameters:
yourBoolean- yourBoolean
-
isYourBoolean
public boolean isYourBoolean()
- Returns:
- yourBoolean yourBoolean
-
setYourInteger
public void setYourInteger(int yourInteger)
- Parameters:
yourInteger- yourInteger
-
getYourInteger
public int getYourInteger()
- Returns:
- yourInteger yourInteger
-
setYourString
public void setYourString(java.lang.String yourString)
- Parameters:
yourString- yourString
-
getYourString
public java.lang.String getYourString()
- Returns:
- yourString yourString
-
toString
public java.lang.String toString()
example toString method- Overrides:
toStringin classjava.lang.Object
-
-