Uses of Interface
Moml.VertexType

Packages that use VertexType
Moml   
Moml.impl   
Moml.util   
 

Uses of VertexType in Moml
 

Methods in 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 Moml that return types with arguments of type VertexType
 EList<VertexType> RelationType.getVertex()
          Returns the value of the 'Vertex' containment reference list.
 

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

Uses of VertexType in Moml.impl
 

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

Methods in Moml.impl that return VertexType
 VertexType MomlFactoryImpl.createVertexType()
           
 VertexType DocumentRootImpl.getVertex()
           
 

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

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

Uses of VertexType in Moml.util
 

Methods in 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'.