nts.interf.base
Interface IAnnotated

All Known Subinterfaces:
IControlState, INTS, ISubsystem, ITransition, IVarTableEntry

public interface IAnnotated

Syntactical elements that can be annotated implement this interface.


Method Summary
 IAnnotations annotations()
           
 boolean isAnnotated()
           
 

Method Detail

isAnnotated

boolean isAnnotated()
Returns:
true if and only if the syntactical element has been annotated

annotations

IAnnotations annotations()
Returns:
annotations if the syntactical element has been annotated, null otherwise