public interface NetworkNode extends Externalizable
Modifier and Type | Method and Description |
---|---|
Map<org.kie.api.definition.rule.Rule,RuleComponent> |
getAssociations() |
int |
getId()
Returns the unique id that represents the node in the Rete network
|
RuleBasePartitionId |
getPartitionId()
Returns the partition ID to which this node belongs to
|
short |
getType() |
readExternal, writeExternal
int getId()
RuleBasePartitionId getPartitionId()
short getType()
Map<org.kie.api.definition.rule.Rule,RuleComponent> getAssociations()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.