Uses of Interface
org.ptolemy.moml.RenditionType

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

Uses of RenditionType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return RenditionType
 RenditionType MomlFactory.createRenditionType()
          Returns a new object of class 'Rendition Type'.
 RenditionType DocumentRoot.getRendition()
          Returns the value of the 'Rendition' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type RenditionType
 void DocumentRoot.setRendition(RenditionType value)
          Sets the value of the 'Rendition' containment reference.
 

Uses of RenditionType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement RenditionType
 class RenditionTypeImpl
          An implementation of the model object 'Rendition Type'.
 

Methods in org.ptolemy.moml.impl that return RenditionType
 RenditionType MomlFactoryImpl.createRenditionType()
           
 RenditionType DocumentRootImpl.getRendition()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type RenditionType
 NotificationChain DocumentRootImpl.basicSetRendition(RenditionType newRendition, NotificationChain msgs)
           
 void DocumentRootImpl.setRendition(RenditionType newRendition)
           
 

Uses of RenditionType in org.ptolemy.moml.util
 

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