tico.rules
Class TGenerateRules

java.lang.Object
  extended by tico.rules.TGenerateRules

public class TGenerateRules
extends java.lang.Object

The TGenerateRules class creates the rules for validation, getting the features of the element to validate. Calls the Jess engine.

Version:
0.1 Oct 2, 2007
Author:
Beatriz Mateo

Field Summary
 java.util.Vector<TAttribute> attributeList
           
 
Constructor Summary
TGenerateRules()
           
 
Method Summary
 void getBoardAttributes(TBoard board)
           
 void getCellsAttributes(TBoard board)
           
 void getInterpreterAttributes(TInterpreter interpreter)
           
 void getProjectAttributes(TProject project)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeList

public java.util.Vector<TAttribute> attributeList
Constructor Detail

TGenerateRules

public TGenerateRules()
Method Detail

getProjectAttributes

public void getProjectAttributes(TProject project)
                          throws jess.JessException
Throws:
jess.JessException

getBoardAttributes

public void getBoardAttributes(TBoard board)
                        throws jess.JessException
Throws:
jess.JessException

getCellsAttributes

public void getCellsAttributes(TBoard board)
                        throws jess.JessException
Throws:
jess.JessException

getInterpreterAttributes

public void getInterpreterAttributes(TInterpreter interpreter)
                              throws jess.JessException
Throws:
jess.JessException