Class RepresentationInformationNetworkImpl1

All Implemented Interfaces:
InformationObject, AcyclicDirectedGraph, RepresentationInformation, RepresentationInformationNetwork, Serializable

public class RepresentationInformationNetworkImpl1
extends RepresentationInformationImpl1
implements RepresentationInformationNetwork, AcyclicDirectedGraph, Serializable
This is RepresentationInformation which can contain a RepresentationInformationNetwork (RIN).
Author:
David
See Also:
Serialized Form
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialising object
      See Also:
      Constant Field Values
    • rootVertex

      private RootVertex rootVertex
      The root Vertex for the RIN
  • Constructor Details

    • RepresentationInformationNetworkImpl1

      public RepresentationInformationNetworkImpl1​(RootVertex rv)
      Create the RIN given the RootVertex
      Parameters:
      rv - The RootVertex to set for the RIN.
  • Method Details