|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.cigame.model.RuleSet
public class RuleSet
Class containing one or more rules
| Constructor Summary | |
|---|---|
RuleSet(java.lang.String name,
java.util.Collection<Rule> rules)
|
|
| Method Summary | |
|---|---|
void |
add(Rule rule)
Add rule to the rule set |
java.lang.String |
getName()
Returns the name of the rule set. |
void |
removeRule(Rule rule)
Remove rule from the rule set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleSet(java.lang.String name,
java.util.Collection<Rule> rules)
| Method Detail |
|---|
public java.lang.String getName()
public void add(Rule rule)
rule - rule to add to the set.public void removeRule(Rule rule)
rule - the rule to remove.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||