|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvs.plotagent.inspiration.RuleBuilder
public abstract class RuleBuilder
RuleBuilder abstract class.
A RuleBuilder takes a Named Graph Set, containing case information, and uses the information
contained in the Named Graph Set to build a set of rules that can be used to inspire the
VST agents for further fabula development.
Constructor Summary | |
---|---|
RuleBuilder(de.fuberlin.wiwiss.ng4j.NamedGraphSet ngs)
Constructor |
Method Summary | |
---|---|
abstract java.util.Set<InspirationRule> |
build()
Builds the rules, outputs them in Prolog format and returns them as a String. |
de.fuberlin.wiwiss.ng4j.NamedGraphSet |
getNamedGraph()
Getter for the Named Graph Set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleBuilder(de.fuberlin.wiwiss.ng4j.NamedGraphSet ngs)
ngs
- the Named Graph Set containing the case fabula.Method Detail |
---|
public abstract java.util.Set<InspirationRule> build()
public de.fuberlin.wiwiss.ng4j.NamedGraphSet getNamedGraph()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |