Uses of Interface
org.ptolemy.moml.RelationType

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

Uses of RelationType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return RelationType
 RelationType MomlFactory.createRelationType()
          Returns a new object of class 'Relation Type'.
 RelationType DocumentRoot.getRelation()
          Returns the value of the 'Relation' containment reference.
 

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

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

Uses of RelationType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement RelationType
 class RelationTypeImpl
          An implementation of the model object 'Relation Type'.
 

Methods in org.ptolemy.moml.impl that return RelationType
 RelationType MomlFactoryImpl.createRelationType()
           
 RelationType DocumentRootImpl.getRelation()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type RelationType
 NotificationChain DocumentRootImpl.basicSetRelation(RelationType newRelation, NotificationChain msgs)
           
 void DocumentRootImpl.setRelation(RelationType newRelation)
           
 

Uses of RelationType in org.ptolemy.moml.util
 

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