public class RuleSet extends Object
static RuleSet
empty
create(List<Rule> rules)
create(String ruleString)
boolean
equals(Object other)
List<Rule>
getRules()
int
hashCode()
getClass, notify, notifyAll, toString, wait, wait, wait
public static final RuleSet empty
public static RuleSet create(List<Rule> rules)
public static RuleSet create(String ruleString)
public List<Rule> getRules()
public int hashCode()
hashCode
Object
public boolean equals(Object other)
equals
Licenced under the Apache License, Version 2.0