Interface IType

All Known Implementing Classes:
IEvent.EventClass, ITimex.TimexType

public interface IType
Wrapper interface for IEvent.EventClass and ITimex.TimexType. Essentially allows for the creation of Nodes that can be either Events or Timexes. When creating a node, a user needs to be able to grab the enum (EventClass/TimexType) that represents its type. Since those two are represented as different types of enums, this interface acts as a wrapper so it can grab either one depending on whichever one the node is.
See Also:
INode