Package org.kie.api.runtime.rule
Interface Match
public interface Match
-
Method Summary
Modifier and TypeMethodDescriptiongetDeclarationValue(String declarationId) List<? extends FactHandle>getRule()int
-
Method Details
-
getRule
Rule getRule()- Returns:
- rule that was activated.
-
getFactHandles
List<? extends FactHandle> getFactHandles()- Returns:
- matched FactHandles for this Match
-
getObjects
- Returns:
- the list of objects that make the tuple that created this Match. The objects are in the proper tuple order.
-
getDeclarationIds
- Returns:
- the list of declaration identifiers that are bound to the tuple that created this Match.
-
getDeclarationValue
- Parameters:
declarationId-- Returns:
- the bound declaration value for the given declaration identifier.
-
getSalience
int getSalience()
-