Uses of Interface
org.ptolemy.moml.PortType

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

Uses of PortType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return PortType
 PortType MomlFactory.createPortType()
          Returns a new object of class 'Port Type'.
 PortType DocumentRoot.getPort()
          Returns the value of the 'Port' containment reference.
 

Methods in org.ptolemy.moml that return types with arguments of type PortType
 EList<PortType> ClassType.getPort()
          Returns the value of the 'Port' containment reference list.
 EList<PortType> EntityType.getPort()
          Returns the value of the 'Port' containment reference list.
 

Methods in org.ptolemy.moml with parameters of type PortType
 void DocumentRoot.setPort(PortType value)
          Sets the value of the 'Port' containment reference.
 

Uses of PortType in org.ptolemy.moml.impl
 

Methods in org.ptolemy.moml.impl that return PortType
 PortType MomlFactoryImpl.createPortType()
           
 PortType DocumentRootImpl.getPort()
           
 

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

Methods in org.ptolemy.moml.impl with parameters of type PortType
 NotificationChain DocumentRootImpl.basicSetPort(PortType newPort, NotificationChain msgs)
           
 void DocumentRootImpl.setPort(PortType newPort)
           
 

Uses of PortType in org.ptolemy.moml.util
 

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