Relation.Factory
Constructor and Description |
---|
RelationImpl(org.deckfour.xes.classification.XEventClass source,
org.deckfour.xes.classification.XEventClass target) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
org.deckfour.xes.classification.XEventClass |
getSource() |
org.deckfour.xes.classification.XEventClass |
getTarget() |
int |
hashCode() |
java.lang.String |
toString() |
public RelationImpl(org.deckfour.xes.classification.XEventClass source, org.deckfour.xes.classification.XEventClass target)
public org.deckfour.xes.classification.XEventClass getTarget()
public org.deckfour.xes.classification.XEventClass getSource()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object