Package org.kie.internal.ruleunit
Interface RuleUnitDescription
public interface RuleUnitDescription
-
Method Summary
Modifier and TypeMethodDescriptiongetDatasourceType(String name) default StringgetEntryPointName(String name) default Class<?>Collection<? extends RuleUnitVariable>getVarType(String name) booleanhasDataSource(String name) booleandefault 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
ClockTypeOption getClockType() -
getKieBaseOptions
Collection<KieBaseOption> getKieBaseOptions() -
isGenerated
default boolean isGenerated()
-