Uses of Interface
org.drools.workbench.models.datamodel.rule.IPattern
-
Packages that use IPattern Package Description org.drools.workbench.models.datamodel.rule org.drools.workbench.models.datamodel.rule.visitors -
-
Uses of IPattern in org.drools.workbench.models.datamodel.rule
Subinterfaces of IPattern in org.drools.workbench.models.datamodel.rule Modifier and Type Interface Description interfaceIFactPatternInterface for Patterns that contains a Fact TypeClasses in org.drools.workbench.models.datamodel.rule that implement IPattern Modifier and Type Class Description classCompositeFactPatternRepresents first order logic like Or, Not, Exists.classDSLSentenceThis represents a DSL sentence.classExpressionCollectionclassExpressionCollectionIndexclassExpressionFieldclassExpressionFieldVariableThis expression represent a bound field.classExpressionFormLineclassExpressionGlobalVariableclassExpressionMethodclassExpressionMethodParameterExpressionPart representing a ExpressionMethod parameterclassExpressionPartclassExpressionTextclassExpressionUnboundFactclassExpressionVariableclassFactPatternA fact pattern is a declaration of a fact type, and its constraint, and perhaps a variable that is it bound to It is the equivalent of a "pattern" in drools terms.classFreeFormLineThis is a free form line which will be rendered and displayed-as-is.classFromAccumulateCompositeFactPatternclassFromCollectCompositeFactPatternclassFromCompositeFactPatternclassFromEntryPointFactPatternFields in org.drools.workbench.models.datamodel.rule declared as IPattern Modifier and Type Field Description IPattern[]RuleModel. lhsMethods in org.drools.workbench.models.datamodel.rule that return IPattern Modifier and Type Method Description IPatternFromCollectCompositeFactPattern. getRightPattern()IPatternFromAccumulateCompositeFactPattern. getSourcePattern()Methods in org.drools.workbench.models.datamodel.rule with parameters of type IPattern Modifier and Type Method Description voidRuleModel. addLhsItem(IPattern pat)voidRuleModel. addLhsItem(IPattern pat, boolean append)voidRuleModel. addLhsItem(IPattern pat, int position)voidFromCollectCompositeFactPattern. setRightPattern(IPattern rightPattern)voidFromAccumulateCompositeFactPattern. setSourcePattern(IPattern sourcePattern) -
Uses of IPattern in org.drools.workbench.models.datamodel.rule.visitors
Constructors in org.drools.workbench.models.datamodel.rule.visitors with parameters of type IPattern Constructor Description RuleModelVisitor(IPattern[] lhs, Map<InterpolationVariable,Integer> vars)RuleModelVisitor(IPattern pattern, Map<InterpolationVariable,Integer> vars)
-