public class RHSGeneratorContextFactory extends Object
Constructor and Description |
---|
RHSGeneratorContextFactory() |
Modifier and Type | Method and Description |
---|---|
List<RHSGeneratorContext> |
getGeneratorContexts() |
List<RHSGeneratorContext> |
getPeers(RHSGeneratorContext peer) |
RHSGeneratorContext |
newChildGeneratorContext(RHSGeneratorContext parent,
org.drools.workbench.models.datamodel.rule.ActionFieldValue afv) |
RHSGeneratorContext |
newChildGeneratorContext(RHSGeneratorContext parent,
org.drools.workbench.models.datamodel.rule.IAction action) |
RHSGeneratorContext |
newGeneratorContext() |
RHSGeneratorContext |
newPeerGeneratorContext(RHSGeneratorContext peer,
org.drools.workbench.models.datamodel.rule.ActionFieldValue afv) |
public RHSGeneratorContext newGeneratorContext()
public RHSGeneratorContext newChildGeneratorContext(RHSGeneratorContext parent, org.drools.workbench.models.datamodel.rule.IAction action)
public RHSGeneratorContext newChildGeneratorContext(RHSGeneratorContext parent, org.drools.workbench.models.datamodel.rule.ActionFieldValue afv)
public RHSGeneratorContext newPeerGeneratorContext(RHSGeneratorContext peer, org.drools.workbench.models.datamodel.rule.ActionFieldValue afv)
public List<RHSGeneratorContext> getGeneratorContexts()
public List<RHSGeneratorContext> getPeers(RHSGeneratorContext peer)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.