Package tools.refinery.interpreter.rete.itc.igraph


package tools.refinery.interpreter.rete.itc.igraph
  • Class
    Description
    A bi-directional graph data source supports all operations that an IGraphDataSource does, but it also makes it possible to query the incoming edges of nodes, not only the outgoing edges.
    This class can be used to wrap an IGraphDataSource into an IBiDirectionalGraphDataSource.
    The interface prescribes the set of operations that a graph data source must support.
    Interface GraphObserver is used to observ the changes in a graph; edge and node insertion/deleteion.
    This interface defines those methods that a transitive reachability data source should provide.
    Interface ITcObserver is used to observe the changes in a transitive closure relation; tuple insertion/deletion.