Class RTMTerm

  • Direct Known Subclasses:
    RTMFragment, RTMList, RTMObject, RTMOpTerm

    public abstract class RTMTerm
    extends java.lang.Object
    A Real-Time Maude term.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Thomas Huining Feng
    Pt.AcceptedRating:
    Red (tfeng)
    Pt.ProposedRating:
    Red (tfeng)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int indentWidth  
    • Constructor Summary

      Constructors 
      Constructor Description
      RTMTerm()  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String front​(int indent)  
      abstract java.lang.String print​(int indent, boolean newline)  
      static java.lang.String transId​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • indentWidth

        protected int indentWidth
    • Constructor Detail

      • RTMTerm

        public RTMTerm()
    • Method Detail

      • transId

        public static java.lang.String transId​(java.lang.String name)
      • print

        public abstract java.lang.String print​(int indent,
                                               boolean newline)
      • front

        protected java.lang.String front​(int indent)