Uses of Interface
org.ptolemy.moml.DeletePropertyType

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

Uses of DeletePropertyType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return DeletePropertyType
 DeletePropertyType MomlFactory.createDeletePropertyType()
          Returns a new object of class 'Delete Property Type'.
 DeletePropertyType DocumentRoot.getDeleteProperty()
          Returns the value of the 'Delete Property' containment reference.
 

Methods in org.ptolemy.moml with parameters of type DeletePropertyType
 void DocumentRoot.setDeleteProperty(DeletePropertyType value)
          Sets the value of the 'Delete Property' containment reference.
 

Uses of DeletePropertyType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement DeletePropertyType
 class DeletePropertyTypeImpl
          An implementation of the model object 'Delete Property Type'.
 

Methods in org.ptolemy.moml.impl that return DeletePropertyType
 DeletePropertyType MomlFactoryImpl.createDeletePropertyType()
           
 DeletePropertyType DocumentRootImpl.getDeleteProperty()
           
 

Methods in org.ptolemy.moml.impl with parameters of type DeletePropertyType
 NotificationChain DocumentRootImpl.basicSetDeleteProperty(DeletePropertyType newDeleteProperty, NotificationChain msgs)
           
 void DocumentRootImpl.setDeleteProperty(DeletePropertyType newDeleteProperty)
           
 

Uses of DeletePropertyType in org.ptolemy.moml.util
 

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