Uses of Class
net.oijon.osca.Rule
-
Packages that use Rule Package Description net.oijon.osca net.oijon.osca contains all of the major components of OSCA. -
-
Uses of Rule in net.oijon.osca
Methods in net.oijon.osca that return types with arguments of type Rule Modifier and Type Method Description static java.util.ArrayList<Rule>Rule. parseFromList(java.lang.String ruleList)Parses a list of rules, and makes it an ArrayListMethod parameters in net.oijon.osca with type arguments of type Rule Modifier and Type Method Description static java.lang.StringRule. parseList(java.util.ArrayList<Rule> list, java.lang.String input)Parses a list of rules on one string
-