Class PluginContextIDImpl
- java.lang.Object
-
- org.processmining.framework.plugin.impl.PluginContextIDImpl
-
- All Implemented Interfaces:
java.lang.Comparable<PluginContextID>,PluginContextID
public class PluginContextIDImpl extends java.lang.Object implements PluginContextID
-
-
Constructor Summary
Constructors Constructor Description PluginContextIDImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PluginContextID o)booleanequals(java.lang.Object o)PluginContextID are used in Collections, so this method has to be implemented in all its subclasses.inthashCode()PluginContextID are used in HashMaps, so this method has to be implemented in all its subclasses.java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
Description copied from interface:PluginContextIDPluginContextID are used in HashMaps, so this method has to be implemented in all its subclasses.- Specified by:
hashCodein interfacePluginContextID- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
Description copied from interface:PluginContextIDPluginContextID are used in Collections, so this method has to be implemented in all its subclasses.- Specified by:
equalsin interfacePluginContextID- Overrides:
equalsin classjava.lang.Object
-
compareTo
public int compareTo(PluginContextID o)
- Specified by:
compareToin interfacejava.lang.Comparable<PluginContextID>
-
-