Package | Description |
---|---|
org.drools.core.beliefsystem.simple | |
org.drools.core.common | |
org.drools.core.reteoo | |
org.drools.core.spi |
Modifier and Type | Method and Description |
---|---|
SimpleMode |
SimpleBeliefSystem.asMode(Object value) |
Modifier and Type | Method and Description |
---|---|
BeliefSet<SimpleMode> |
SimpleBeliefSystem.insert(LogicalDependency<SimpleMode> node,
BeliefSet<SimpleMode> beliefSet,
PropagationContext context,
ObjectTypeConf typeConf) |
BeliefSet<SimpleMode> |
SimpleBeliefSystem.insert(SimpleMode mode,
RuleImpl rule,
Activation activation,
Object payload,
BeliefSet<SimpleMode> beliefSet,
PropagationContext context,
ObjectTypeConf typeConf) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleBeliefSystem.delete(SimpleMode mode,
RuleImpl rule,
Activation activation,
Object payload,
BeliefSet<SimpleMode> beliefSet,
PropagationContext context) |
BeliefSet<SimpleMode> |
SimpleBeliefSystem.insert(SimpleMode mode,
RuleImpl rule,
Activation activation,
Object payload,
BeliefSet<SimpleMode> beliefSet,
PropagationContext context,
ObjectTypeConf typeConf) |
Constructor and Description |
---|
SimpleMode(LogicalDependency<SimpleMode> object) |
Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency<SimpleMode>> |
AgendaItemImpl.getBlocked() |
LinkedList<LogicalDependency<SimpleMode>> |
VisitedAgendaGroup.getBlocked() |
LinkedList<LogicalDependency<SimpleMode>> |
ScheduledAgendaItem.getBlocked() |
LinkedList<SimpleMode> |
AgendaItemImpl.getBlockers() |
LinkedList<SimpleMode> |
VisitedAgendaGroup.getBlockers() |
LinkedList<SimpleMode> |
ScheduledAgendaItem.getBlockers() |
Modifier and Type | Method and Description |
---|---|
void |
AgendaItemImpl.addBlocked(LogicalDependency<SimpleMode> dep) |
void |
AgendaItem.removeBlocked(LogicalDependency<SimpleMode> dep) |
void |
AgendaItemImpl.removeBlocked(LogicalDependency<SimpleMode> dep) |
void |
AgendaItemImpl.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
void |
ScheduledAgendaItem.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency<SimpleMode>> |
RuleTerminalNodeLeftTuple.getBlocked() |
LinkedList<SimpleMode> |
RuleTerminalNodeLeftTuple.getBlockers() |
Modifier and Type | Method and Description |
---|---|
void |
RuleTerminalNodeLeftTuple.addBlocked(LogicalDependency<SimpleMode> dep) |
void |
RuleTerminalNodeLeftTuple.removeBlocked(LogicalDependency<SimpleMode> dep) |
void |
RuleTerminalNodeLeftTuple.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
Modifier and Type | Method and Description |
---|---|
LinkedList<LogicalDependency<SimpleMode>> |
Activation.getBlocked() |
LinkedList<SimpleMode> |
Activation.getBlockers() |
Modifier and Type | Method and Description |
---|---|
void |
Activation.addBlocked(LogicalDependency<SimpleMode> node) |
void |
Activation.setBlocked(LinkedList<LogicalDependency<SimpleMode>> justified) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.