Uses of Interface
org.drools.model.Prototype.Field
-
Packages that use Prototype.Field Package Description org.drools.model org.drools.model.impl -
-
Uses of Prototype.Field in org.drools.model
Methods in org.drools.model that return Prototype.Field Modifier and Type Method Description static Prototype.FieldPrototypeDSL. field(String name)static Prototype.FieldPrototypeDSL. field(String name, Class<?> type)static Prototype.FieldPrototypeDSL. field(String name, Class<?> type, Function<PrototypeFact,Object> extractor)static Prototype.FieldPrototypeDSL. field(String name, Function<PrototypeFact,Object> extractor)Prototype.FieldPrototype. getField(String name)Methods in org.drools.model with parameters of type Prototype.Field Modifier and Type Method Description static PrototypePrototypeDSL. prototype(String name, Prototype.Field... fields) -
Uses of Prototype.Field in org.drools.model.impl
Classes in org.drools.model.impl that implement Prototype.Field Modifier and Type Class Description static classPrototypeImpl.FieldImplMethods in org.drools.model.impl that return Prototype.Field Modifier and Type Method Description Prototype.FieldPrototypeImpl. getField(String name)Constructors in org.drools.model.impl with parameters of type Prototype.Field Constructor Description PrototypeImpl(String name, Prototype.Field... fields)
-