Interface Reorienter

All Known Implementing Classes:
CpcOrienter, FgesOrienter

public interface Reorienter
Reorients all or part of the given graph.
Author:
Joseph Ramsey
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    orient(Graph graph)
    Globally reorients the graph.
    void
    Sets the knowledge.
  • Method Details

    • setKnowledge

      void setKnowledge(Knowledge knowledge)
      Sets the knowledge.
    • orient

      void orient(Graph graph)
      Globally reorients the graph.