Class RTMOpTerm


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

      Constructors 
      Modifier Constructor Description
      protected RTMOpTerm​(java.lang.String[] op, RTMTerm[] args)  
    • 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
    • Constructor Detail

      • RTMOpTerm

        protected RTMOpTerm​(java.lang.String[] op,
                            RTMTerm[] args)
    • Method Detail

      • print

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