public interface NetworkNode extends Externalizable
Modifier and Type | Method and Description |
---|---|
int |
getAssociationsSize() |
int |
getAssociationsSize(org.kie.api.definition.rule.Rule rule) |
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() |
boolean |
isAssociatedWith(org.kie.api.definition.rule.Rule rule) |
readExternal, writeExternal
int getId()
RuleBasePartitionId getPartitionId()
short getType()
int getAssociationsSize()
int getAssociationsSize(org.kie.api.definition.rule.Rule rule)
boolean isAssociatedWith(org.kie.api.definition.rule.Rule rule)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.