Uses of Interface
org.ptolemy.moml.ConfigureType

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

Uses of ConfigureType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return ConfigureType
 ConfigureType MomlFactory.createConfigureType()
          Returns a new object of class 'Configure Type'.
 ConfigureType DocumentRoot.getConfigure()
          Returns the value of the 'Configure' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type ConfigureType
 void DocumentRoot.setConfigure(ConfigureType value)
          Sets the value of the 'Configure' containment reference.
 

Uses of ConfigureType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement ConfigureType
 class ConfigureTypeImpl
          An implementation of the model object 'Configure Type'.
 

Methods in org.ptolemy.moml.impl that return ConfigureType
 ConfigureType MomlFactoryImpl.createConfigureType()
           
 ConfigureType DocumentRootImpl.getConfigure()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type ConfigureType
 NotificationChain DocumentRootImpl.basicSetConfigure(ConfigureType newConfigure, NotificationChain msgs)
           
 void DocumentRootImpl.setConfigure(ConfigureType newConfigure)
           
 

Uses of ConfigureType in org.ptolemy.moml.util
 

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