Package | Description |
---|---|
upsimulator.core | |
upsimulator.interfaces |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<Rule,java.lang.Integer> |
PMembrane.getUsableRules() |
java.util.Map<Rule,java.lang.Integer> |
PRule.satisfiedRules(Membrane membrane)
Rule with dimensions check all the satisfied rule of it.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Rule,java.lang.Integer> |
Membrane.getUsableRules()
Check all the rules inside if they are satisfied, and return all the usable
rules.
|
java.util.Map<Rule,java.lang.Integer> |
Rule.satisfiedRules(Membrane membrane)
Check if rule with dimensions is satisfied, return the satisfied rules which
have fixed their dimensions.
|