Uses of Interface
org.drools.model.Prototype
-
Packages that use Prototype Package Description org.drools.model org.drools.model.impl -
-
Uses of Prototype in org.drools.model
Fields in org.drools.model declared as Prototype Modifier and Type Field Description static PrototypePrototypeDSL. DEFAULT_PROTOTYPEMethods in org.drools.model that return Prototype Modifier and Type Method Description PrototypePrototypeDSL.PrototypePatternDefImpl. getPrototype()PrototypePrototypeVariable. getPrototype()static PrototypePrototypeDSL. prototype(java.lang.String name)static PrototypePrototypeDSL. prototype(java.lang.String name, java.lang.String... fields)static PrototypePrototypeDSL. prototype(java.lang.String name, Prototype.Field... fields)PrototypePrototype. setAsEvent(boolean event)Methods in org.drools.model with parameters of type Prototype Modifier and Type Method Description Function1<PrototypeFact,java.lang.Object>PrototypeExpression. asFunction(Prototype prototype)Function1<PrototypeFact,java.lang.Object>PrototypeExpression.BinaryOperation. asFunction(Prototype prototype)Function1<PrototypeFact,java.lang.Object>PrototypeExpression.FixedValue. asFunction(Prototype prototype)Function1<PrototypeFact,java.lang.Object>PrototypeExpression.PrototypeArrayItemValue. asFunction(Prototype prototype)Function1<PrototypeFact,java.lang.Object>PrototypeExpression.PrototypeCompositeExpression. asFunction(Prototype prototype)Function1<PrototypeFact,java.lang.Object>PrototypeExpression.PrototypeFieldValue. asFunction(Prototype prototype)Function1<PrototypeFact,java.lang.Object>PrototypeExpression.ThisPrototype. asFunction(Prototype prototype)PrototypeFactPrototypeFactFactory. createMapBasedFact(Prototype prototype)PrototypeFactPrototypeFactFactory. createMapBasedFact(Prototype prototype, java.util.Map<java.lang.String,java.lang.Object> valuesMap)static PrototypeVariablePrototypeDSL. variable(Prototype prototype)static PrototypeVariablePrototypeDSL. variable(Prototype prototype, java.lang.String name) -
Uses of Prototype in org.drools.model.impl
Classes in org.drools.model.impl that implement Prototype Modifier and Type Class Description classPrototypeImplMethods in org.drools.model.impl that return Prototype Modifier and Type Method Description PrototypePrototypeVariableImpl. getPrototype()Constructors in org.drools.model.impl with parameters of type Prototype Constructor Description PrototypeVariableImpl(Prototype prototype)PrototypeVariableImpl(Prototype prototype, java.lang.String name)
-