Uses of Interface
org.ptolemy.moml.EntityType

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

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

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

Uses of EntityType in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw that return EntityType
static EntityType XtendJava.popModalModel2Delete()
           
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with parameters of type EntityType
static void XtendJava.enqueue2Delete(EntityType modalModel, String portName)
           
 

Uses of EntityType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return EntityType
 EntityType MomlFactory.createEntityType()
          Returns a new object of class 'Entity Type'.
 EntityType DocumentRoot.getEntity()
          Returns the value of the 'Entity' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type EntityType
 void DocumentRoot.setEntity(EntityType value)
          Sets the value of the 'Entity' containment reference.
 

Uses of EntityType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement EntityType
 class EntityTypeImpl
          An implementation of the model object 'Entity Type'.
 

Methods in org.ptolemy.moml.impl that return EntityType
 EntityType MomlFactoryImpl.createEntityType()
           
 EntityType DocumentRootImpl.getEntity()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type EntityType
 NotificationChain DocumentRootImpl.basicSetEntity(EntityType newEntity, NotificationChain msgs)
           
 void DocumentRootImpl.setEntity(EntityType newEntity)
           
 

Uses of EntityType in org.ptolemy.moml.util
 

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