Uses of Interface
org.ptolemy.moml.ClassType

Packages that use ClassType
de.cau.cs.kieler.kaom.importer.ptolemy Utility classes for the import of Ptolemy2 diagrams. 
org.ptolemy.moml   
org.ptolemy.moml.impl   
org.ptolemy.moml.util   
 

Uses of ClassType in de.cau.cs.kieler.kaom.importer.ptolemy
 

Methods in de.cau.cs.kieler.kaom.importer.ptolemy with parameters of type ClassType
 NamedObj PtolemyHelper.instantiatePtolemyEntity(ClassType classType)
          Instanciate a Ptolemy Entity for a given ClassType model object.
 

Uses of ClassType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return ClassType
 ClassType MomlFactory.createClassType()
          Returns a new object of class 'Class Type'.
 ClassType DocumentRoot.getClass_()
          Returns the value of the 'Class' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type ClassType
 void DocumentRoot.setClass(ClassType value)
          Sets the value of the 'Class' containment reference.
 

Uses of ClassType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement ClassType
 class ClassTypeImpl
          An implementation of the model object 'Class Type'.
 

Methods in org.ptolemy.moml.impl that return ClassType
 ClassType MomlFactoryImpl.createClassType()
           
 ClassType DocumentRootImpl.getClass_()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type ClassType
 NotificationChain DocumentRootImpl.basicSetClass(ClassType newClass, NotificationChain msgs)
           
 void DocumentRootImpl.setClass(ClassType newClass)
           
 

Uses of ClassType in org.ptolemy.moml.util
 

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