Uses of Interface
org.ptolemy.moml.LocationType

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

Uses of LocationType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return LocationType
 LocationType MomlFactory.createLocationType()
          Returns a new object of class 'Location Type'.
 LocationType DocumentRoot.getLocation()
          Returns the value of the 'Location' containment reference.
 

Methods in org.ptolemy.moml that return types with arguments of type LocationType
 EList<LocationType> RenditionType.getLocation()
          Returns the value of the 'Location' containment reference list.
 EList<LocationType> VertexType.getLocation()
          Returns the value of the 'Location' containment reference list.
 

Methods in org.ptolemy.moml with parameters of type LocationType
 void DocumentRoot.setLocation(LocationType value)
          Sets the value of the 'Location' containment reference.
 

Uses of LocationType in org.ptolemy.moml.impl
 

Methods in org.ptolemy.moml.impl that return LocationType
 LocationType MomlFactoryImpl.createLocationType()
           
 LocationType DocumentRootImpl.getLocation()
           
 

Methods in org.ptolemy.moml.impl that return types with arguments of type LocationType
 EList<LocationType> RenditionTypeImpl.getLocation()
           
 EList<LocationType> VertexTypeImpl.getLocation()
           
 

Methods in org.ptolemy.moml.impl with parameters of type LocationType
 NotificationChain DocumentRootImpl.basicSetLocation(LocationType newLocation, NotificationChain msgs)
           
 void DocumentRootImpl.setLocation(LocationType newLocation)
           
 

Uses of LocationType in org.ptolemy.moml.util
 

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