Uses of Interface
org.ptolemy.moml.ModelType

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

Uses of ModelType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return ModelType
 ModelType MomlFactory.createModelType()
          Returns a new object of class 'Model Type'.
 ModelType DocumentRoot.getModel()
          Returns the value of the 'Model' containment reference.
 

Methods in org.ptolemy.moml with parameters of type ModelType
 void DocumentRoot.setModel(ModelType value)
          Sets the value of the 'Model' containment reference.
 

Uses of ModelType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement ModelType
 class ModelTypeImpl
          An implementation of the model object 'Model Type'.
 

Methods in org.ptolemy.moml.impl that return ModelType
 ModelType MomlFactoryImpl.createModelType()
           
 ModelType DocumentRootImpl.getModel()
           
 

Methods in org.ptolemy.moml.impl with parameters of type ModelType
 NotificationChain DocumentRootImpl.basicSetModel(ModelType newModel, NotificationChain msgs)
           
 void DocumentRootImpl.setModel(ModelType newModel)
           
 

Uses of ModelType in org.ptolemy.moml.util
 

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