pt.uminho.anote2.datastructures.annotation.re
Class SimpleEvent

java.lang.Object
  extended by 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>


Constructor Summary
SimpleEvent(java.lang.String clue, SimpleEntity sourceEntity, SimpleEntity targetEntity, boolean directed)
           
 
Method Summary
 int compareTo(SimpleEvent o)
           
 java.lang.String getClue()
           
 SimpleEntity getSourceEntity()
           
 SimpleEntity getTargetEntity()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleEvent

public SimpleEvent(java.lang.String clue,
                   SimpleEntity sourceEntity,
                   SimpleEntity targetEntity,
                   boolean directed)
Method Detail

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>