Uses of Class
de.hybris.platform.ruleengineservices.compiler.RuleIrVariablesContainer
-
-
Uses of RuleIrVariablesContainer in de.hybris.platform.droolsruleengineservices.compiler.impl
Methods in de.hybris.platform.droolsruleengineservices.compiler.impl with parameters of type RuleIrVariablesContainer Modifier and Type Method Description protected voidDefaultDroolsGeneratorContext. populateVariables(RuleIrVariablesContainer variablesContainer) -
Uses of RuleIrVariablesContainer in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return RuleIrVariablesContainer Modifier and Type Method Description RuleIrVariablesContainerRuleIrVariablesGenerator. createContainer(java.lang.String id)Creates a new container and uses the current one as parent.RuleIrVariablesContainerRuleIrVariablesGenerator. getCurrentContainer()Returns the current container.RuleIrVariablesContainerRuleIrVariablesContainer. getParent()RuleIrVariablesContainerRuleIrVariablesGenerator. getRootContainer()Returns the root container.RuleIrVariablesContainerRuleIr. getVariablesContainer()Methods in de.hybris.platform.ruleengineservices.compiler that return types with arguments of type RuleIrVariablesContainer Modifier and Type Method Description java.util.Map<java.lang.String,RuleIrVariablesContainer>RuleIrVariablesContainer. getChildren()Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleIrVariablesContainer Modifier and Type Method Description voidRuleIrVariablesContainer. setParent(RuleIrVariablesContainer parent)voidRuleIr. setVariablesContainer(RuleIrVariablesContainer variablesContainer)Method parameters in de.hybris.platform.ruleengineservices.compiler with type arguments of type RuleIrVariablesContainer Modifier and Type Method Description voidRuleIrVariablesContainer. setChildren(java.util.Map<java.lang.String,RuleIrVariablesContainer> children) -
Uses of RuleIrVariablesContainer in de.hybris.platform.ruleengineservices.compiler.impl
Methods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleIrVariablesContainer Modifier and Type Method Description RuleIrVariablesContainerDefaultRuleIrVariablesGenerator. createContainer(java.lang.String id)RuleIrVariablesContainerDefaultRuleIrVariablesGenerator. getCurrentContainer()RuleIrVariablesContainerDefaultRuleIrVariablesGenerator. getRootContainer()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleIrVariablesContainer Modifier and Type Method Description protected RuleIrVariableDefaultRuleIrVariablesGenerator. findVariable(RuleIrVariablesContainer container, java.lang.Class<?> type)
-