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 PrototypeDSL. prototype(String pkg, String name, Prototype.Field... fields)Methods in org.drools.model with parameters of type Prototype Modifier and Type Method Description static PrototypeVariableDSL. declarationOf(Prototype prototype) -
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)
-