Uses of Interface
info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork.DirectedEdge
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 DirectedEdge in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork
Classes in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that implement DirectedEdge Modifier and Type Class Description class
DirectedEdgeImpl1
Each edge has exactly one Source Vertex and one Target Vertex.Fields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork with type parameters of type DirectedEdge Modifier and Type Field Description ArrayList<DirectedEdge>
VertexImpl1. m_inwardDirectedEdges
Internal value for the Incoming edges.ArrayList<DirectedEdge>
VertexImpl1. m_outwardDirectedEdges
Internal value for the Outward edges.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return types with arguments of type DirectedEdge Modifier and Type Method Description ArrayList<DirectedEdge>
VertexImpl1. getInwardEdges()
Returns an ArrayList of Edges which end at this Vertex.ArrayList<DirectedEdge>
VertexImpl1. getOutwardEdges()
Returns an ArrayList of Edges which start at this Vertex -
Uses of DirectedEdge in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork
Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork that return types with arguments of type DirectedEdge Modifier and Type Method Description ArrayList<DirectedEdge>
Vertex. getInwardEdges()
Returns an ArrayList of Edges which end at this VertexArrayList<DirectedEdge>
Vertex. getOutwardEdges()
Returns an ArrayList of Edges which start at this Vertex