Package org.kie.api.prototype
Interface Prototype
- All Known Subinterfaces:
PrototypeEvent,PrototypeFact
public interface Prototype
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintgetFieldIndex(String name) default Function<PrototypeFactInstance,Object> getFieldValueExtractor(String name) default StringgetName()booleanisEvent()
-
Field Details
-
UNDEFINED_VALUE
-
-
Method Details
-
getPackage
String getPackage() -
getName
String getName() -
getFullName
-
getFieldNames
Collection<String> getFieldNames() -
getField
-
getFieldIndex
-
getFieldValueExtractor
-
isEvent
boolean isEvent()
-