Uses of Interface
org.ptolemy.moml.PropertyType

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

Uses of PropertyType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return PropertyType
 PropertyType MomlFactory.createPropertyType()
          Returns a new object of class 'Property Type'.
 PropertyType DocumentRoot.getProperty()
          Returns the value of the 'Property' containment reference.
 

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

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

Uses of PropertyType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement PropertyType
 class PropertyTypeImpl
          An implementation of the model object 'Property Type'.
 

Methods in org.ptolemy.moml.impl that return PropertyType
 PropertyType MomlFactoryImpl.createPropertyType()
           
 PropertyType DocumentRootImpl.getProperty()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type PropertyType
 NotificationChain DocumentRootImpl.basicSetProperty(PropertyType newProperty, NotificationChain msgs)
           
 void DocumentRootImpl.setProperty(PropertyType newProperty)
           
 

Uses of PropertyType in org.ptolemy.moml.util
 

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