Class RTMFragment

  • Direct Known Subclasses:
    RTMPtExp

    public class RTMFragment
    extends RTMTerm
    A Real-Time Maude fragment.
    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 java.lang.String frag  
    • Constructor Summary

      Constructors 
      Constructor Description
      RTMFragment​(java.lang.String fragment)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String print​(int indent, boolean newline)  
      • Methods inherited from class java.lang.Object

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

      • frag

        protected java.lang.String frag
    • Constructor Detail

      • RTMFragment

        public RTMFragment​(java.lang.String fragment)
    • Method Detail

      • print

        public java.lang.String print​(int indent,
                                      boolean newline)
        Specified by:
        print in class RTMTerm