pt.uminho.anote2.datastructures.annotation.re
Class SimpleEvent
java.lang.Object
pt.uminho.anote2.datastructures.annotation.re.SimpleEvent
- All Implemented Interfaces:
- java.lang.Comparable<SimpleEvent>
public class SimpleEvent
- extends java.lang.Object
- implements java.lang.Comparable<SimpleEvent>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleEvent
public SimpleEvent(java.lang.String clue,
SimpleEntity sourceEntity,
SimpleEntity targetEntity,
boolean directed)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getClue
public java.lang.String getClue()
getSourceEntity
public SimpleEntity getSourceEntity()
getTargetEntity
public SimpleEntity getTargetEntity()
compareTo
public int compareTo(SimpleEvent o)
- Specified by:
compareTo in interface java.lang.Comparable<SimpleEvent>