Class FactFactory
- java.lang.Object
-
- org.drools.modelcompiler.facttemplate.FactFactory
-
public class FactFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description FactFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.drools.core.facttemplates.FactcreateMapBasedFact(org.drools.core.facttemplates.FactTemplate factTemplate)static org.drools.core.facttemplates.FactcreateMapBasedFact(org.drools.model.Prototype prototype)static org.drools.core.facttemplates.FactTemplateprototypeToFactTemplate(org.drools.model.Prototype prototype, org.drools.core.definitions.InternalKnowledgePackage pkg)
-
-
-
Method Detail
-
createMapBasedFact
public static org.drools.core.facttemplates.Fact createMapBasedFact(org.drools.core.facttemplates.FactTemplate factTemplate)
-
createMapBasedFact
public static org.drools.core.facttemplates.Fact createMapBasedFact(org.drools.model.Prototype prototype)
-
prototypeToFactTemplate
public static org.drools.core.facttemplates.FactTemplate prototypeToFactTemplate(org.drools.model.Prototype prototype, org.drools.core.definitions.InternalKnowledgePackage pkg)
-
-