Uses of Interface
org.ptolemy.moml.UnlinkType

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

Uses of UnlinkType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return UnlinkType
 UnlinkType MomlFactory.createUnlinkType()
          Returns a new object of class 'Unlink Type'.
 UnlinkType DocumentRoot.getUnlink()
          Returns the value of the 'Unlink' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type UnlinkType
 void DocumentRoot.setUnlink(UnlinkType value)
          Sets the value of the 'Unlink' containment reference.
 

Uses of UnlinkType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement UnlinkType
 class UnlinkTypeImpl
          An implementation of the model object 'Unlink Type'.
 

Methods in org.ptolemy.moml.impl that return UnlinkType
 UnlinkType MomlFactoryImpl.createUnlinkType()
           
 UnlinkType DocumentRootImpl.getUnlink()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type UnlinkType
 NotificationChain DocumentRootImpl.basicSetUnlink(UnlinkType newUnlink, NotificationChain msgs)
           
 void DocumentRootImpl.setUnlink(UnlinkType newUnlink)
           
 

Uses of UnlinkType in org.ptolemy.moml.util
 

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