Uses of Interface
org.ptolemy.moml.DirectorType

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

Uses of DirectorType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return DirectorType
 DirectorType MomlFactory.createDirectorType()
          Returns a new object of class 'Director Type'.
 DirectorType DocumentRoot.getDirector()
          Returns the value of the 'Director' containment reference.
 

Methods in org.ptolemy.moml that return types with arguments of type DirectorType
 EList<DirectorType> ClassType.getDirector()
          Returns the value of the 'Director' containment reference list.
 EList<DirectorType> EntityType.getDirector()
          Returns the value of the 'Director' containment reference list.
 EList<DirectorType> ModelType.getDirector()
          Returns the value of the 'Director' containment reference list.
 

Methods in org.ptolemy.moml with parameters of type DirectorType
 void DocumentRoot.setDirector(DirectorType value)
          Sets the value of the 'Director' containment reference.
 

Uses of DirectorType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement DirectorType
 class DirectorTypeImpl
          An implementation of the model object 'Director Type'.
 

Methods in org.ptolemy.moml.impl that return DirectorType
 DirectorType MomlFactoryImpl.createDirectorType()
           
 DirectorType DocumentRootImpl.getDirector()
           
 

Methods in org.ptolemy.moml.impl that return types with arguments of type DirectorType
 EList<DirectorType> ClassTypeImpl.getDirector()
           
 EList<DirectorType> EntityTypeImpl.getDirector()
           
 EList<DirectorType> ModelTypeImpl.getDirector()
           
 

Methods in org.ptolemy.moml.impl with parameters of type DirectorType
 NotificationChain DocumentRootImpl.basicSetDirector(DirectorType newDirector, NotificationChain msgs)
           
 void DocumentRootImpl.setDirector(DirectorType newDirector)
           
 

Uses of DirectorType in org.ptolemy.moml.util
 

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