Class GraphAbstractDialecticalFramework

  • All Implemented Interfaces:
    AbstractDialecticalFramework, BeliefBase

    public final class GraphAbstractDialecticalFramework
    extends java.lang.Object
    implements AbstractDialecticalFramework
    Internally represented as a graph-like structure. This allows for efficient queries at the cost of a bit more memory overhead, since every argument maintains references to its parents and children.
    Author:
    Mathias Hofer