Uses of Interface
org.ptolemy.moml.DeletePortType

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

Uses of DeletePortType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return DeletePortType
 DeletePortType MomlFactory.createDeletePortType()
          Returns a new object of class 'Delete Port Type'.
 DeletePortType DocumentRoot.getDeletePort()
          Returns the value of the 'Delete Port' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type DeletePortType
 void DocumentRoot.setDeletePort(DeletePortType value)
          Sets the value of the 'Delete Port' containment reference.
 

Uses of DeletePortType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement DeletePortType
 class DeletePortTypeImpl
          An implementation of the model object 'Delete Port Type'.
 

Methods in org.ptolemy.moml.impl that return DeletePortType
 DeletePortType MomlFactoryImpl.createDeletePortType()
           
 DeletePortType DocumentRootImpl.getDeletePort()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type DeletePortType
 NotificationChain DocumentRootImpl.basicSetDeletePort(DeletePortType newDeletePort, NotificationChain msgs)
           
 void DocumentRootImpl.setDeletePort(DeletePortType newDeletePort)
           
 

Uses of DeletePortType in org.ptolemy.moml.util
 

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