Package | Description |
---|---|
org.gcn.plinguacore.util.psystem.rule |
Modifier and Type | Method and Description |
---|---|
OuterRuleMembrane |
HandRule.getOuterRuleMembrane()
Gets the hand outer rule membrane
|
OuterRuleMembrane |
RightHandRule.getSecondOuterRuleMembrane()
Gets the second outer rule membrane if it exists.
|
Constructor and Description |
---|
HandRule(OuterRuleMembrane outerMembrane,
MultiSet<java.lang.String> multiset)
Creates a new instance by setting its fields with the parameters given
|
LeftHandRule(OuterRuleMembrane outerMembrane,
MultiSet<java.lang.String> multiset)
Creates a LeftHandRule instance
|
RightHandRule(OuterRuleMembrane outerMembrane,
MultiSet<java.lang.String> multiset)
Creates a new
RightHandRule instance with the outer membrane and
the outer multiset passed as parameters. |
RightHandRule(OuterRuleMembrane outerMembrane,
OuterRuleMembrane secondOuterMembrane,
MultiSet<java.lang.String> multiset)
Creates a new
RightHandRule instance with the outer membrane, the
outer membrane resulting from division and the outer multiset passed as
parameters. |