@Deprecated
public class Tuple
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Set<org.deckfour.xes.classification.XEventClass> |
leftPart
Deprecated.
|
int |
maxLeftIndex
Deprecated.
|
int |
maxRightIndex
Deprecated.
|
java.util.Set<org.deckfour.xes.classification.XEventClass> |
rightPart
Deprecated.
|
Constructor and Description |
---|
Tuple()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Tuple |
clone()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isSmallerThan(Tuple tuple)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public java.util.Set<org.deckfour.xes.classification.XEventClass> leftPart
public java.util.Set<org.deckfour.xes.classification.XEventClass> rightPart
public int maxRightIndex
public int maxLeftIndex
public boolean isSmallerThan(Tuple tuple)
public Tuple clone()
clone
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object