Uses of Interface
org.ptolemy.moml.GroupType

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

Uses of GroupType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return GroupType
 GroupType MomlFactory.createGroupType()
          Returns a new object of class 'Group Type'.
 GroupType DocumentRoot.getGroup()
          Returns the value of the 'Group' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type GroupType
 void DocumentRoot.setGroup(GroupType value)
          Sets the value of the 'Group' containment reference.
 

Uses of GroupType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement GroupType
 class GroupTypeImpl
          An implementation of the model object 'Group Type'.
 

Methods in org.ptolemy.moml.impl that return GroupType
 GroupType MomlFactoryImpl.createGroupType()
           
 GroupType DocumentRootImpl.getGroup()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type GroupType
 NotificationChain DocumentRootImpl.basicSetGroup(GroupType newGroup, NotificationChain msgs)
           
 void DocumentRootImpl.setGroup(GroupType newGroup)
           
 

Uses of GroupType in org.ptolemy.moml.util
 

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