Uses of Interface
org.ptolemy.moml.VertexType

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

Uses of VertexType in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return VertexType
 VertexType MomlFactory.createVertexType()
          Returns a new object of class 'Vertex Type'.
 VertexType DocumentRoot.getVertex()
          Returns the value of the 'Vertex' containment reference.
 

Methods in org.ptolemy.moml that return types with arguments of type VertexType
 EList<VertexType> RelationType.getVertex()
          Returns the value of the 'Vertex' containment reference list.
 

Methods in org.ptolemy.moml with parameters of type VertexType
 void DocumentRoot.setVertex(VertexType value)
          Sets the value of the 'Vertex' containment reference.
 

Uses of VertexType in org.ptolemy.moml.impl
 

Classes in org.ptolemy.moml.impl that implement VertexType
 class VertexTypeImpl
          An implementation of the model object 'Vertex Type'.
 

Methods in org.ptolemy.moml.impl that return VertexType
 VertexType MomlFactoryImpl.createVertexType()
           
 VertexType DocumentRootImpl.getVertex()
           
 

Methods in org.ptolemy.moml.impl that return types with arguments of type VertexType
 EList<VertexType> RelationTypeImpl.getVertex()
           
 

Methods in org.ptolemy.moml.impl with parameters of type VertexType
 NotificationChain DocumentRootImpl.basicSetVertex(VertexType newVertex, NotificationChain msgs)
           
 void DocumentRootImpl.setVertex(VertexType newVertex)
           
 

Uses of VertexType in org.ptolemy.moml.util
 

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