Uses of Interface
org.ptolemy.moml.DeleteRelationType

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

Uses of DeleteRelationType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return DeleteRelationType
 DeleteRelationType MomlFactory.createDeleteRelationType()
          Returns a new object of class 'Delete Relation Type'.
 DeleteRelationType DocumentRoot.getDeleteRelation()
          Returns the value of the 'Delete Relation' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type DeleteRelationType
 void DocumentRoot.setDeleteRelation(DeleteRelationType value)
          Sets the value of the 'Delete Relation' containment reference.
 

Uses of DeleteRelationType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement DeleteRelationType
 class DeleteRelationTypeImpl
          An implementation of the model object 'Delete Relation Type'.
 

Methods in org.ptolemy.moml.impl that return DeleteRelationType
 DeleteRelationType MomlFactoryImpl.createDeleteRelationType()
           
 DeleteRelationType DocumentRootImpl.getDeleteRelation()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type DeleteRelationType
 NotificationChain DocumentRootImpl.basicSetDeleteRelation(DeleteRelationType newDeleteRelation, NotificationChain msgs)
           
 void DocumentRootImpl.setDeleteRelation(DeleteRelationType newDeleteRelation)
           
 

Uses of DeleteRelationType in org.ptolemy.moml.util
 

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