public class ActivationAdapter extends Object implements Activation
Constructor and Description |
---|
ActivationAdapter(org.kie.api.runtime.rule.Match delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getDeclarationIDs()
Returns the list of declaration identifiers that are bound to the
tuple that created this activation.
|
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 activation.
|
PropagationContext |
getPropagationContext() |
Rule |
getRule() |
int |
hashCode() |
boolean |
isActive()
An Activation is considered active if it is on the agenda and has not yet fired.
|
public ActivationAdapter(org.kie.api.runtime.rule.Match delegate)
public Rule getRule()
getRule
in interface Activation
public PropagationContext getPropagationContext()
getPropagationContext
in interface Activation
public List<? extends FactHandle> getFactHandles()
getFactHandles
in interface Activation
public List<Object> getObjects()
Activation
getObjects
in interface Activation
public List<String> getDeclarationIDs()
Activation
getDeclarationIDs
in interface Activation
public Object getDeclarationValue(String declarationId)
Activation
getDeclarationValue
in interface Activation
public boolean isActive()
Activation
isActive
in interface Activation
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.