Uses of Interface
info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork.Vertex
Package | Description |
---|---|
info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork |
This package contains an implementation for navigating a Representation Information Network, which is viewed as an Acyclic Directed Graph.
|
info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork |
This package contains interfaces for navigating a Representation Information Network, which is viewed as an Acyclic Directed Graph.
|
-
Uses of Vertex in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork
Classes in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that implement Vertex Modifier and Type Class Description class
VertexImpl1
A Vertex points to zero or more other Vertexs (sic), and it is pointed to by at least one other Vertex, unless it is the RootVertex.Fields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork declared as Vertex Modifier and Type Field Description Vertex
DirectedEdgeImpl1. sourceVertex
Internal value of the sourceVertex.Vertex
DirectedEdgeImpl1. targetVertex
Internal value of the targeteVertex.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return Vertex Modifier and Type Method Description Vertex
DirectedEdgeImpl1. getSourceVertex()
Returns the Vertex from which the Edge starts.Vertex
DirectedEdgeImpl1. getTargetVertex()
Returns the Vertex at which the Edge ends.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type Vertex Modifier and Type Method Description void
DirectedEdgeImpl1. setSourceVertex(Vertex ver)
Set the source Vertex for this Edge.void
DirectedEdgeImpl1. setTargetVertex(Vertex ver)
Set the target Vertex for this Edge. -
Uses of Vertex in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork
Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork that return Vertex Modifier and Type Method Description Vertex
DirectedEdge. getSourceVertex()
Returns the Vertex from which the Edge starts.Vertex
DirectedEdge. getTargetVertex()
Returns the Vertex at which the Edge ends.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type Vertex Modifier and Type Method Description void
DirectedEdge. setSourceVertex(Vertex ver)
Set the source Vertex for this Edge.void
DirectedEdge. setTargetVertex(Vertex ver)
Set the target Vertex for this Edge.