public interface Match
Modifier and Type | Method and Description |
---|---|
List<String> |
getDeclarationIds()
Returns the list of declaration identifiers that are bound to the
tuple that created this Match.
|
Object |
getDeclarationValue(String declarationId)
Returns the bound declaration value for the given declaration identifier.
|
List<? extends FactHandle> |
getFactHandles() |
List<Object> |
getObjects()
Returns the list of objects that make the tuple that created
this Match.
|
Rule |
getRule() |
Rule getRule()
List<? extends FactHandle> getFactHandles()
List<Object> getObjects()
List<String> getDeclarationIds()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.