Class RHSGeneratorContextFactory
- java.lang.Object
-
- org.drools.workbench.models.commons.backend.rule.context.RHSGeneratorContextFactory
-
public class RHSGeneratorContextFactory extends Object
Factory for Generator Contexts
-
-
Constructor Summary
Constructors Constructor Description RHSGeneratorContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RHSGeneratorContext>getGeneratorContexts()List<RHSGeneratorContext>getPeers(RHSGeneratorContext peer)RHSGeneratorContextnewChildGeneratorContext(RHSGeneratorContext parent, org.drools.workbench.models.datamodel.rule.ActionFieldValue afv)RHSGeneratorContextnewChildGeneratorContext(RHSGeneratorContext parent, org.drools.workbench.models.datamodel.rule.IAction action)RHSGeneratorContextnewGeneratorContext()RHSGeneratorContextnewPeerGeneratorContext(RHSGeneratorContext peer, org.drools.workbench.models.datamodel.rule.ActionFieldValue afv)
-
-
-
Method Detail
-
newGeneratorContext
public RHSGeneratorContext newGeneratorContext()
-
newChildGeneratorContext
public RHSGeneratorContext newChildGeneratorContext(RHSGeneratorContext parent, org.drools.workbench.models.datamodel.rule.IAction action)
-
newChildGeneratorContext
public RHSGeneratorContext newChildGeneratorContext(RHSGeneratorContext parent, org.drools.workbench.models.datamodel.rule.ActionFieldValue afv)
-
newPeerGeneratorContext
public RHSGeneratorContext newPeerGeneratorContext(RHSGeneratorContext peer, org.drools.workbench.models.datamodel.rule.ActionFieldValue afv)
-
getGeneratorContexts
public List<RHSGeneratorContext> getGeneratorContexts()
-
getPeers
public List<RHSGeneratorContext> getPeers(RHSGeneratorContext peer)
-
-