Uses of Interface
org.ptolemy.moml.LinkType

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

Uses of LinkType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return LinkType
 LinkType MomlFactory.createLinkType()
          Returns a new object of class 'Link Type'.
 LinkType DocumentRoot.getLink()
          Returns the value of the 'Link' containment reference.
 

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

Methods in org.ptolemy.moml with parameters of type LinkType
 void DocumentRoot.setLink(LinkType value)
          Sets the value of the 'Link' containment reference.
 

Uses of LinkType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement LinkType
 class LinkTypeImpl
          An implementation of the model object 'Link Type'.
 

Methods in org.ptolemy.moml.impl that return LinkType
 LinkType MomlFactoryImpl.createLinkType()
           
 LinkType DocumentRootImpl.getLink()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type LinkType
 NotificationChain DocumentRootImpl.basicSetLink(LinkType newLink, NotificationChain msgs)
           
 void DocumentRootImpl.setLink(LinkType newLink)
           
 

Uses of LinkType in org.ptolemy.moml.util
 

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