Class AcyclicDirectedGraphImpl1
java.lang.Object
info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork.AcyclicDirectedGraphImpl1
- All Implemented Interfaces:
- AcyclicDirectedGraph,- Serializable
public class AcyclicDirectedGraphImpl1 extends Object implements AcyclicDirectedGraph, Serializable
This class provides methods which can be used to navigate a RepInfoNetwork.
 The acyclic directed graph has one root vertex.
- Since:
- 06-Sep-2021 15:59:45
- Version:
- 1.0
- Author:
- David
- See Also:
- Serialized Form
- 
Field SummaryFields Modifier and Type Field Description (package private) RootVertexm_RootVertexInternal value for the RootVertex of this acyclic graph.private static longserialVersionUIDSerialVersionUID to use when object is serialised.
- 
Constructor SummaryConstructors Constructor Description AcyclicDirectedGraphImpl1()
- 
Method SummaryModifier and Type Method Description RootVertexgetRootVertex()Get the RootVertex of the graph.voidsetRootVertex(RootVertex rv)Set the RootVertex of the graph.
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUIDSerialVersionUID to use when object is serialised.- See Also:
- Constant Field Values
 
- 
m_RootVertexRootVertex m_RootVertexInternal value for the RootVertex of this acyclic graph.
 
- 
- 
Constructor Details- 
AcyclicDirectedGraphImpl1public AcyclicDirectedGraphImpl1()
 
- 
- 
Method Details- 
getRootVertexGet the RootVertex of the graph.- Specified by:
- getRootVertexin interface- AcyclicDirectedGraph
- Returns:
- The RootVertex of the graph.
 
- 
setRootVertexSet the RootVertex of the graph.- Specified by:
- setRootVertexin interface- AcyclicDirectedGraph
- Parameters:
- rv- The RootVertex of the graph.
 
 
-