Interface AcyclicDirectedGraph
- All Known Subinterfaces:
- RepresentationInformationNetwork
- All Known Implementing Classes:
- AcyclicDirectedGraphImpl1,- RepresentationInformationNetworkImpl1
public interface AcyclicDirectedGraph
This interface 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
- 
Method SummaryModifier and Type Method Description RootVertexgetRootVertex()Get the RootVertex of the graph.voidsetRootVertex(RootVertex rv)Set the RootVertex of the graph.
- 
Method Details- 
getRootVertexRootVertex getRootVertex()Get the RootVertex of the graph.- Returns:
- The RootVertex of the graph.
 
- 
setRootVertexSet the RootVertex of the graph.- Parameters:
- rv- The RootVertex of the graph.
 
 
-