Modifier and Type | Method and Description |
---|---|
CheckRule |
AbstractPsystemFactory.getCheckRule() |
CheckRule |
IPsystemFactory.getCheckRule()
Gets a CheckRule object to check if the P-system complies with the model
conditions, according to the specific model to give support
|
Modifier and Type | Method and Description |
---|---|
CheckRule |
RulesSet.getCheckRule()
Returns the CheckRule object for this RulesSet
|
Modifier and Type | Method and Description |
---|---|
void |
RulesSet.setCheckRule(CheckRule cr)
Set the CheckRule object for this RulesSet
|
Constructor and Description |
---|
DecoratorCheckRule(CheckRule cr)
Creates a new DecoratorCheckRule instance, which wraps cr as stated
by Decorator pattern.
|
Constructor and Description |
---|
Constant(CheckRule cr)
Creates a new Constant instance, which wraps cr as stated by decorator
pattern.
|
MultiEnvironment(CheckRule cr) |
NoCharges(CheckRule cr) |
NoConstant(CheckRule cr)
Creates a new NoConstant instance, which wraps cr as stated
by Decorator pattern.
|
NoCooperation(CheckRule cr)
Creates a new NoCooperation instance, which wraps cr as stated
by Decorator pattern.
|
NoCooperationWithDivision(CheckRule cr)
Creates a new NoEvolution instance, which wraps cr as stated
by Decorator pattern.
|
NoCreation(CheckRule cr)
Creates a new NoCreation instance, which wraps cr as stated
by Decorator pattern.
|
NoDifferentMainLabels(CheckRule cr) |
NoDissolution(CheckRule cr)
Creates a new NoDissolution instance, which wraps cr as stated
by Decorator pattern.
|
NoDivision(CheckRule cr)
Creates a new NoDivision instance, which wraps cr as stated
by Decorator pattern.
|
NoEmptyLeftMultiSet(CheckRule cr)
Creates a new NoEmptyLeftMultiSet instance, which wraps cr as stated
by Decorator pattern.
|
NoEvolution(CheckRule cr)
Creates a new NoEvolution instance, which wraps cr as stated
by Decorator pattern.
|
NoGeneStrings(CheckRule cr)
Creates a new NoGeneStrings instance, which wraps cr as stated
by Decorator pattern.
|
NoLeftExternalMultiSet(CheckRule cr)
Creates a new NoLeftExternalMultiSet instance, which wraps cr as stated
by Decorator pattern.
|
NoLeftExternalMultiSetWithCreation(CheckRule cr)
Creates a new NoLeftExternalMultiSetWithCreation instance, which wraps cr as stated
by Decorator pattern.
|
NoLeftExternalMultiSetWithDissolution(CheckRule cr)
Creates a new NoLeftExternalMultiSetWithDissolution instance, which wraps cr as stated
by Decorator pattern.
|
NoLeftExternalMultiSetWithDivision(CheckRule cr)
Creates a new NoLeftExternalMultiSetWithDivision instance, which wraps cr as stated
by Decorator pattern.
|
NoLeftInnerMembranes(CheckRule cr)
Creates a new NoLeftInnerMembranes instance, which wraps cr as stated
by Decorator pattern.
|
NoLeftRepeatedLabels(CheckRule cr)
Creates a new NoLeftRepeatedLabels instance, which wraps cr as stated
by Decorator pattern.
|
NoMultipleProduction(CheckRule cr)
Creates a new NoMultipleProduction instance, which wraps cr as stated
by Decorator pattern.
|
NoMultipleProductionWithDivision(CheckRule cr)
Creates a new NoEvolution instance, which wraps cr as stated
by Decorator pattern.
|
NoPriority(CheckRule cr)
Creates a new NoPriority instance, which wraps cr as stated
by Decorator pattern.
|
NoRepeatedLabels(CheckRule cr)
Creates a new NoRepeatedLabels instance, which wraps cr as stated
by Decorator pattern.
|
NoRightExternalMultiSet(CheckRule cr)
Creates a new NoRightExternalMultiSet instance, which wraps cr as stated
by Decorator pattern.
|
NoRightInnerMembranes(CheckRule cr)
Creates a new NoRightInnerMembranes instance, which wraps cr as stated
by Decorator pattern.
|
NoRightRepeatedLabels(CheckRule cr)
Creates a new NoRightRepeatedLabels instance, which wraps cr as stated
by Decorator pattern.
|
NotAllEmptyMultiSet(CheckRule cr)
Creates a new NotAllEmptyMultiSet instance, which wraps cr as stated
by Decorator pattern.
|
Ratio(CheckRule cr)
Creates a new Ratio instance, which wraps cr as stated
by Decorator pattern.
|
SymmetricCommunication(CheckRule cr)
Creates a new SimetricCommunication instance, which wraps cr as stated
by Decorator pattern.
|