Package | Description |
---|---|
org.gcn.plinguacore.util.psystem.rule |
Modifier and Type | Method and Description |
---|---|
java.util.List<InnerRuleMembrane> |
OuterRuleMembrane.getInnerRuleMembranes()
Gets all inner rule membranes involved in the rule
|
Constructor and Description |
---|
OuterRuleMembrane(Label label,
byte charge,
java.util.List<InnerRuleMembrane> innerMembranes)
Creates a new OuterRuleMembrane instance with the label, charge and child
membranes passed as parameter
|
OuterRuleMembrane(Label label,
byte charge,
MultiSet<java.lang.String> multiset,
java.util.List<InnerRuleMembrane> innerMembranes)
Creates a new OuterRuleMembrane instance with the label, charge, inner
multiset and child membranes passed as parameter
|