Uses of Interface
org.ptolemy.moml.DocType

Packages that use DocType
org.ptolemy.moml   
org.ptolemy.moml.impl   
org.ptolemy.moml.util   
 

Uses of DocType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return DocType
 DocType MomlFactory.createDocType()
          Returns a new object of class 'Doc Type'.
 DocType DocumentRoot.getDoc()
          Returns the value of the 'Doc' containment reference.
 

Methods in org.ptolemy.moml that return types with arguments of type DocType
 EList<DocType> ClassType.getDoc()
          Returns the value of the 'Doc' containment reference list.
 EList<DocType> DirectorType.getDoc()
          Returns the value of the 'Doc' containment reference list.
 EList<DocType> EntityType.getDoc()
          Returns the value of the 'Doc' containment reference list.
 EList<DocType> ModelType.getDoc()
          Returns the value of the 'Doc' containment reference list.
 EList<DocType> PortType.getDoc()
          Returns the value of the 'Doc' containment reference list.
 EList<DocType> PropertyType.getDoc()
          Returns the value of the 'Doc' containment reference list.
 EList<DocType> RelationType.getDoc()
          Returns the value of the 'Doc' containment reference list.
 EList<DocType> VertexType.getDoc()
          Returns the value of the 'Doc' containment reference list.
 

Methods in org.ptolemy.moml with parameters of type DocType
 void DocumentRoot.setDoc(DocType value)
          Sets the value of the 'Doc' containment reference.
 

Uses of DocType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement DocType
 class DocTypeImpl
          An implementation of the model object 'Doc Type'.
 

Methods in org.ptolemy.moml.impl that return DocType
 DocType MomlFactoryImpl.createDocType()
           
 DocType DocumentRootImpl.getDoc()
           
 

Methods in org.ptolemy.moml.impl that return types with arguments of type DocType
 EList<DocType> ClassTypeImpl.getDoc()
           
 EList<DocType> DirectorTypeImpl.getDoc()
           
 EList<DocType> EntityTypeImpl.getDoc()
           
 EList<DocType> ModelTypeImpl.getDoc()
           
 EList<DocType> PortTypeImpl.getDoc()
           
 EList<DocType> PropertyTypeImpl.getDoc()
           
 EList<DocType> RelationTypeImpl.getDoc()
           
 EList<DocType> VertexTypeImpl.getDoc()
           
 

Methods in org.ptolemy.moml.impl with parameters of type DocType
 NotificationChain DocumentRootImpl.basicSetDoc(DocType newDoc, NotificationChain msgs)
           
 void DocumentRootImpl.setDoc(DocType newDoc)
           
 

Uses of DocType in org.ptolemy.moml.util
 

Methods in org.ptolemy.moml.util with parameters of type DocType
 T MomlSwitch.caseDocType(DocType object)
          Returns the result of interpreting the object as an instance of 'Doc Type'.