Uses of Interface
org.ptolemy.moml.RenameType

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

Uses of RenameType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return RenameType
 RenameType MomlFactory.createRenameType()
          Returns a new object of class 'Rename Type'.
 RenameType DocumentRoot.getRename()
          Returns the value of the 'Rename' containment reference.
 

Methods in org.ptolemy.moml that return types with arguments of type RenameType
 EList<RenameType> ClassType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> EntityType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> ModelType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> PortType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> PropertyType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> RelationType.getRename()
          Returns the value of the 'Rename' containment reference list.
 EList<RenameType> VertexType.getRename()
          Returns the value of the 'Rename' containment reference list.
 

Methods in org.ptolemy.moml with parameters of type RenameType
 void DocumentRoot.setRename(RenameType value)
          Sets the value of the 'Rename' containment reference.
 

Uses of RenameType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement RenameType
 class RenameTypeImpl
          An implementation of the model object 'Rename Type'.
 

Methods in org.ptolemy.moml.impl that return RenameType
 RenameType MomlFactoryImpl.createRenameType()
           
 RenameType DocumentRootImpl.getRename()
           
 

Methods in org.ptolemy.moml.impl that return types with arguments of type RenameType
 EList<RenameType> ClassTypeImpl.getRename()
           
 EList<RenameType> EntityTypeImpl.getRename()
           
 EList<RenameType> ModelTypeImpl.getRename()
           
 EList<RenameType> PortTypeImpl.getRename()
           
 EList<RenameType> PropertyTypeImpl.getRename()
           
 EList<RenameType> RelationTypeImpl.getRename()
           
 EList<RenameType> VertexTypeImpl.getRename()
           
 

Methods in org.ptolemy.moml.impl with parameters of type RenameType
 NotificationChain DocumentRootImpl.basicSetRename(RenameType newRename, NotificationChain msgs)
           
 void DocumentRootImpl.setRename(RenameType newRename)
           
 

Uses of RenameType in org.ptolemy.moml.util
 

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