|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
---|---|
org.palo.api |
Uses of Rule in org.palo.api |
---|
Methods in org.palo.api that return Rule | |
---|---|
Rule |
Cube.addRule(java.lang.String definition)
Adds the given rule definition to this cube instance |
Rule |
Cube.addRule(java.lang.String definition,
java.lang.String externalIdentifier,
boolean useIt,
java.lang.String comment)
Adds the given rule definition to this cube instance |
Rule |
Cube.addRule(java.lang.String definition,
java.lang.String externalIdentifier,
boolean useIt,
java.lang.String comment,
boolean activate)
Adds the given rule definition to this cube instance |
Rule |
Cube.getRule(Element[] coordinate)
Returns the rule which determines the value of the cell specified by the given coordinate or null if no rule was defined for this cell |
Rule[] |
Cube.getRules()
Returns all rules which are defined for the current cube |
Rule[] |
ConnectionEvent.getRules()
Returns the affected Rule s of the event
if the event is applicable to rules, otherwise
null is returned. |
Methods in org.palo.api with parameters of type Rule | |
---|---|
boolean |
Cube.removeRule(Rule rule)
Removes the given rule from this cube instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |