Modifier and Type | Method and Description |
---|---|
LeftHandRule |
IRule.getLeftHandRule() |
LeftHandRule |
AbstractRule.getLeftHandRule()
Gets the left hand rule of the current rule
|
Modifier and Type | Method and Description |
---|---|
IRule |
AbstractRuleFactory.createBasicRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IConstantRule |
AbstractRuleFactory.createConstantRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
IDoubleCommunicationRule |
AbstractRuleFactory.createDoubleCommunicationRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IPriorityRule |
AbstractRuleFactory.createPriorityRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
int priority) |
IStochasticRule |
AbstractRuleFactory.createStochasticRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
Constructor and Description |
---|
AbstractRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule)
Creates a new Rule instance.
|
Modifier and Type | Method and Description |
---|---|
IRule |
CellLikeRuleFactory.createBasicRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IConstantRule |
CellLikeRuleFactory.createConstantRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
IDoubleCommunicationRule |
CellLikeRuleFactory.createDoubleCommunicationRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IPriorityRule |
CellLikeRuleFactory.createPriorityRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
int priority) |
IStochasticRule |
CellLikeRuleFactory.createStochasticRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
Modifier and Type | Method and Description |
---|---|
static SpikingRule |
SpikingRule.buildRule(LeftHandRule lhr,
RightHandRule rhr,
java.lang.String regExp,
long delay,
java.lang.String type,
boolean computeEfficiencyAtributes) |
IRule |
SpikingRuleFactory.createBasicRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IConstantRule |
SpikingRuleFactory.createConstantRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
IDoubleCommunicationRule |
SpikingRuleFactory.createDoubleCommunicationRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IPriorityRule |
SpikingRuleFactory.createPriorityRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
int priority) |
IStochasticRule |
SpikingRuleFactory.createStochasticRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
Modifier and Type | Method and Description |
---|---|
IRule |
TSCSRuleFactory.createBasicRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IRule |
TissueLikeRuleFactory.createBasicRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IConstantRule |
TSCSRuleFactory.createConstantRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
IConstantRule |
TissueLikeRuleFactory.createConstantRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
IDoubleCommunicationRule |
TSCSRuleFactory.createDoubleCommunicationRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IDoubleCommunicationRule |
TissueLikeRuleFactory.createDoubleCommunicationRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule) |
IPriorityRule |
TSCSRuleFactory.createPriorityRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
int priority) |
IPriorityRule |
TissueLikeRuleFactory.createPriorityRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
int priority) |
IStochasticRule |
TSCSRuleFactory.createStochasticRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |
IStochasticRule |
TissueLikeRuleFactory.createStochasticRule(boolean dissolves,
LeftHandRule leftHandRule,
RightHandRule rightHandRule,
float constant) |