Package org.kie.internal.ruleunit
Interface RuleUnitDescription
public interface RuleUnitDescription
-
Method Summary
Modifier and TypeMethodDescriptionorg.kie.api.runtime.conf.ClockTypeOptiongetDatasourceType(String name) default StringgetEntryPointName(String name) Collection<org.kie.api.conf.KieBaseOption>default Class<?>Collection<? extends RuleUnitVariable>getVarType(String name) booleanhasDataSource(String name) boolean
-
Method Details
-
getRuleUnitClass
-
getRuleUnitName
String getRuleUnitName() -
getCanonicalName
String getCanonicalName() -
getSimpleName
String getSimpleName() -
getPackageName
String getPackageName() -
getEntryPointName
-
getDatasourceType
-
getVarType
-
getVar
-
hasVar
-
getUnitVars
Collection<String> getUnitVars() -
getUnitVarDeclarations
Collection<? extends RuleUnitVariable> getUnitVarDeclarations() -
hasDataSource
-
getClockType
org.kie.api.runtime.conf.ClockTypeOption getClockType() -
getKieBaseOptions
Collection<org.kie.api.conf.KieBaseOption> getKieBaseOptions()
-