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 classVertexImpl1A 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 VertexDirectedEdgeImpl1. sourceVertexInternal value of the sourceVertex.VertexDirectedEdgeImpl1. targetVertexInternal value of the targeteVertex.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return Vertex Modifier and Type Method Description VertexDirectedEdgeImpl1. getSourceVertex()Returns the Vertex from which the Edge starts.VertexDirectedEdgeImpl1. 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 voidDirectedEdgeImpl1. setSourceVertex(Vertex ver)Set the source Vertex for this Edge.voidDirectedEdgeImpl1. 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 VertexDirectedEdge. getSourceVertex()Returns the Vertex from which the Edge starts.VertexDirectedEdge. 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 voidDirectedEdge. setSourceVertex(Vertex ver)Set the source Vertex for this Edge.voidDirectedEdge. setTargetVertex(Vertex ver)Set the target Vertex for this Edge.