net.sourceforge.fluxion.runcible.io
Class RuncibleRulesRenderer
java.lang.Object
net.sourceforge.fluxion.runcible.io.RuncibleRulesRenderer
public class RuncibleRulesRenderer
- extends java.lang.Object
Javadocs go here.
- Version:
- 1.0
- Author:
- Tony Burdett
Method Summary |
protected static void |
addDataClause(org.w3c.dom.Document document,
org.w3c.dom.Element usingElement,
DataClause clause)
|
protected static void |
addFact(org.w3c.dom.Document document,
org.w3c.dom.Element doElement,
Fact fact)
|
protected static void |
addForall(org.w3c.dom.Document document,
org.w3c.dom.Element ruleElement,
Forall forall)
|
protected static void |
addIndividualSelection(org.w3c.dom.Document document,
org.w3c.dom.Element inElement,
IndividualSelection individualSelection)
|
protected static void |
addRule(org.w3c.dom.Document document,
org.w3c.dom.Element parentElement,
Rule rule)
|
static java.io.File |
renderMapping(java.io.File file,
Mapping mapping)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuncibleRulesRenderer
public RuncibleRulesRenderer()
renderMapping
public static java.io.File renderMapping(java.io.File file,
Mapping mapping)
addRule
protected static void addRule(org.w3c.dom.Document document,
org.w3c.dom.Element parentElement,
Rule rule)
addForall
protected static void addForall(org.w3c.dom.Document document,
org.w3c.dom.Element ruleElement,
Forall forall)
addIndividualSelection
protected static void addIndividualSelection(org.w3c.dom.Document document,
org.w3c.dom.Element inElement,
IndividualSelection individualSelection)
addDataClause
protected static void addDataClause(org.w3c.dom.Document document,
org.w3c.dom.Element usingElement,
DataClause clause)
addFact
protected static void addFact(org.w3c.dom.Document document,
org.w3c.dom.Element doElement,
Fact fact)
Copyright © 2010. All Rights Reserved.