Class ControlEntryToken


  • public class ControlEntryToken
    extends ControlToken
    Since:
    Ptolemy II 11.0
    Version:
    $Id$
    Author:
    shaver
    • Method Detail

      • isInit

        public boolean isInit()
      • isResume

        public boolean isResume()
      • isLocation

        public boolean isLocation()
      • toString

        public java.lang.String toString()
        Description copied from class: Token
        Return the value of this token as a string that can be parsed by the expression language to recover a token with the same value. This method should be overridden by derived classes. In this base class, return the String "present" to indicate that an event is present. If this token is Token.NIL then return "nil"
        Overrides:
        toString in class Token
        Returns:
        The String "present", unless this token is Token.NIL, in which case return the String "nil".