sam.rules
Class RuleSet

java.lang.Object
  |
  +--sam.rules.RuleSet

public class RuleSet
extends java.lang.Object

Class for representing a whole rule set which describe the program to-do list.

See Also:
Command

Constructor Summary
RuleSet()
           
 
Method Summary
 void saveTo(java.util.jar.JarOutputStream archive)
          Saves this rule set into specified archive
 void set(sam.rules.SyntaxSet syntaxSet)
          Imports a syntax set
 void setTo(sam.rules.ModusOperandi modusOperandi)
          Builds a new Command instance
 java.lang.String verbose()
          Verbosely describes this rule set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleSet

public RuleSet()
Method Detail

set

public void set(sam.rules.SyntaxSet syntaxSet)
Imports a syntax set


saveTo

public void saveTo(java.util.jar.JarOutputStream archive)
Saves this rule set into specified archive


setTo

public void setTo(sam.rules.ModusOperandi modusOperandi)
Builds a new Command instance


verbose

public java.lang.String verbose()
Verbosely describes this rule set.