Uses of Interface
org.ptolemy.moml.DeleteEntityType

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

Uses of DeleteEntityType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return DeleteEntityType
 DeleteEntityType MomlFactory.createDeleteEntityType()
          Returns a new object of class 'Delete Entity Type'.
 DeleteEntityType DocumentRoot.getDeleteEntity()
          Returns the value of the 'Delete Entity' containment reference.
 

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

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

Uses of DeleteEntityType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement DeleteEntityType
 class DeleteEntityTypeImpl
          An implementation of the model object 'Delete Entity Type'.
 

Methods in org.ptolemy.moml.impl that return DeleteEntityType
 DeleteEntityType MomlFactoryImpl.createDeleteEntityType()
           
 DeleteEntityType DocumentRootImpl.getDeleteEntity()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type DeleteEntityType
 NotificationChain DocumentRootImpl.basicSetDeleteEntity(DeleteEntityType newDeleteEntity, NotificationChain msgs)
           
 void DocumentRootImpl.setDeleteEntity(DeleteEntityType newDeleteEntity)
           
 

Uses of DeleteEntityType in org.ptolemy.moml.util
 

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