Class TSMinerPayload
- java.lang.Object
-
- org.processmining.plugins.transitionsystem.miner.TSMinerPayload
-
public class TSMinerPayload extends java.lang.ObjectTransition System Miner Payload These payloads are used as identifier objects for the states.- Version:
- 0.1
- Author:
- Eric Verbeek
-
-
Constructor Summary
Constructors Constructor Description TSMinerPayload(TSMinerInput settings)Create an initial payload given the settings.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TSMinerPayload payload)Compares this payload to another payload.booleanequals(java.lang.Object object)Whether the given object is equal to this object.TSMinerInputgetSettings()Gets the settings used to obtain this payload.inthashCode()Hashcode for this object.java.lang.StringtoString()java.lang.StringtoString2()Gets a string representation for this payload.
-
-
-
Constructor Detail
-
TSMinerPayload
public TSMinerPayload(TSMinerInput settings)
Create an initial payload given the settings.- Parameters:
settings- The settings.
-
-
Method Detail
-
getSettings
public TSMinerInput getSettings()
Gets the settings used to obtain this payload.- Returns:
- The settings used.
-
toString2
public java.lang.String toString2()
Gets a string representation for this payload.- Returns:
- The string representation for this payload.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(TSMinerPayload payload)
Compares this payload to another payload.- Parameters:
object- Object the other payload.- Returns:
- int
-
equals
public boolean equals(java.lang.Object object)
Whether the given object is equal to this object.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Hashcode for this object.- Overrides:
hashCodein classjava.lang.Object
-
-