pt.uminho.anote2.core.annotation
Interface IEventAnnotation
- All Superinterfaces:
- java.lang.Cloneable, IAnnotation
- All Known Implementing Classes:
- EventAnnotation
public interface IEventAnnotation
- extends IAnnotation
getEntitiesAtLeft
java.util.List<IEntityAnnotation> getEntitiesAtLeft()
getEntitiesAtRight
java.util.List<IEntityAnnotation> getEntitiesAtRight()
getEventClue
java.lang.String getEventClue()
getOntologicalClassID
int getOntologicalClassID()
getOntologycalClass
java.lang.String getOntologycalClass()
getEventProperties
IEventProperties getEventProperties()
addEntityAtLeft
void addEntityAtLeft(IEntityAnnotation ent)
addEntityAtRight
void addEntityAtRight(IEntityAnnotation ent)
addEventProperty
void addEventProperty(java.lang.String key,
java.lang.String value)
clone
IEventAnnotation clone()
- Specified by:
clone in interface IAnnotation