- Enclosing class:
- RuleSet
public class RuleSet.ReportedSrc
extends Object
This is used for pretty-printing in the GUI client. It describes
a rule set in a way similar to the text format used in the
rule description file.
-
Method Summary
Modifier and Type |
Method |
Description |
Vector<String> |
getOrders() |
A vector of strings, each of which describes one order defined
for this rules set
|
Vector<String> |
getRows() |
A vector of strings, each of which describes one line of
this rules set
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
A vector of strings, each of which describes one order defined
for this rules set
-
A vector of strings, each of which describes one line of
this rules set