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 Details

    • serialVersionUID

      private static final long serialVersionUID
      SerialVersionUID to use when object is serialised.
      See Also:
      Constant Field Values
    • m_RootVertex

      RootVertex m_RootVertex
      Internal value for the RootVertex of this acyclic graph.
  • Constructor Details

    • AcyclicDirectedGraphImpl1

      public AcyclicDirectedGraphImpl1()
  • Method Details