public interface NetworkNode extends Externalizable
Modifier and Type | Method and Description |
---|---|
int |
getAssociatedRuleSize()
Returns the number of rules that are associated with this node,
regardless of how many times the node is associated with a single rule.
|
int |
getAssociationsSize()
Returns how many times this nodes has been associated.
|
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) |
boolean |
thisNodeEquals(Object object) |
readExternal, writeExternal
int getId()
RuleBasePartitionId getPartitionId()
short getType()
int getAssociationsSize()
int getAssociatedRuleSize()
int getAssociationsSize(org.kie.api.definition.rule.Rule rule)
boolean isAssociatedWith(org.kie.api.definition.rule.Rule rule)
boolean thisNodeEquals(Object object)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.