Enum Class ITimeMLLink.ALink

java.lang.Object
java.lang.Enum<ITimeMLLink.ALink>
edu.fiu.jtlex.timeml.data.ITimeMLLink.ALink
All Implemented Interfaces:
ITimeMLLink.ITimeMLLinkType, Serializable, Comparable<ITimeMLLink.ALink>, Constable
Enclosing interface:
ITimeMLLink

public static enum ITimeMLLink.ALink extends Enum<ITimeMLLink.ALink> implements ITimeMLLink.ITimeMLLinkType
Enum that represents the temporal relation holding between the entities for ALink.

Possible values are:

  • INITIATES
  • CULMINATES
  • TERMINATES
  • CONTINUES
  • REINITIATES
  • Enum Constant Details

    • INITIATES

      public static final ITimeMLLink.ALink INITIATES
      John started to read.
    • CULMINATES

      public static final ITimeMLLink.ALink CULMINATES
      John finished assembling the table.
    • TERMINATES

      public static final ITimeMLLink.ALink TERMINATES
      John stopped talking.
    • CONTINUES

      public static final ITimeMLLink.ALink CONTINUES
      John kept talking.
    • REINITIATES

      public static final ITimeMLLink.ALink REINITIATES
      John resumed talking.
  • Method Details

    • values

      public static ITimeMLLink.ALink[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ITimeMLLink.ALink valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null