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
Methods in org.drools.model that return Prototype Modifier and Type Method Description PrototypePrototypeVariable. getPrototype()static PrototypePrototypeDSL. prototype(String name)static PrototypePrototypeDSL. prototype(String name, String... fields)static PrototypePrototypeDSL. prototype(String name, Prototype.Field... fields)Methods in org.drools.model with parameters of type Prototype Modifier and Type Method Description Function1<PrototypeFact,Object>PrototypeExpression. asFunction(Prototype prototype)Function1<PrototypeFact,Object>PrototypeExpression.BinaryOperation. asFunction(Prototype prototype)Function1<PrototypeFact,Object>PrototypeExpression.FixedValue. asFunction(Prototype prototype)Function1<PrototypeFact,Object>PrototypeExpression.PrototypeArrayItemValue. asFunction(Prototype prototype)Function1<PrototypeFact,Object>PrototypeExpression.PrototypeFieldValue. asFunction(Prototype prototype)static PrototypeVariablePrototypeDSL. variable(Prototype prototype)static PrototypeVariablePrototypeDSL. variable(Prototype prototype, 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, String name)
-