Uses of Interface
org.ptolemy.moml.ImportType

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

Uses of ImportType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return ImportType
 ImportType MomlFactory.createImportType()
          Returns a new object of class 'Import Type'.
 ImportType DocumentRoot.getImport()
          Returns the value of the 'Import' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type ImportType
 void DocumentRoot.setImport(ImportType value)
          Sets the value of the 'Import' containment reference.
 

Uses of ImportType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement ImportType
 class ImportTypeImpl
          An implementation of the model object 'Import Type'.
 

Methods in org.ptolemy.moml.impl that return ImportType
 ImportType MomlFactoryImpl.createImportType()
           
 ImportType DocumentRootImpl.getImport()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type ImportType
 NotificationChain DocumentRootImpl.basicSetImport(ImportType newImport, NotificationChain msgs)
           
 void DocumentRootImpl.setImport(ImportType newImport)
           
 

Uses of ImportType in org.ptolemy.moml.util
 

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