|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.deri.iris.graph.GraphFactory
public class GraphFactory
A simple predicate graph implementation.
$Id$
| Method Summary | |
|---|---|
IPredicateGraph |
createPredicateGraph()
Constructs a new empty predicate graph. |
IPredicateGraph |
createPredicateGraph(Collection<IRule> r)
Constructs a new predicate graph initialized with a collection of rules. |
static IGraphFactory |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static IGraphFactory getInstance()
public IPredicateGraph createPredicateGraph()
IGraphFactory
createPredicateGraph in interface IGraphFactorypublic IPredicateGraph createPredicateGraph(Collection<IRule> r)
IGraphFactory
createPredicateGraph in interface IGraphFactoryr - the rules with which to initialize the graph
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||