|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.dbcore.parameters.SatisfactionResult
public class SatisfactionResult
A return value for the satisfaction routines of Parameters and ParameterSets that include the essential true/false as well as further debugging information.
Constructor Summary | |
---|---|
SatisfactionResult(boolean satisfied,
SymbolTable references)
Constructor with only a result and reference table. |
|
SatisfactionResult(boolean satisfied,
SymbolTable references,
java.lang.StringBuffer notes)
Constructor with result, symbol table and notes. |
|
SatisfactionResult(boolean satisfied,
SymbolTable references,
java.lang.StringBuffer notes,
int problemParameter,
Scheherexception reason)
Constructor with result, symbol table, notes, and semantic info about the problem. |
Method Summary | |
---|---|
java.util.Vector |
getLeftoverArgs()
|
java.lang.StringBuffer |
getNotes()
|
SymbolTable |
getReferences()
|
boolean |
isSatisfied()
|
int |
problemParameter()
|
Scheherexception |
reason()
|
void |
setLeftoverArgs(java.util.Vector args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SatisfactionResult(boolean satisfied, SymbolTable references)
public SatisfactionResult(boolean satisfied, SymbolTable references, java.lang.StringBuffer notes)
public SatisfactionResult(boolean satisfied, SymbolTable references, java.lang.StringBuffer notes, int problemParameter, Scheherexception reason)
Method Detail |
---|
public void setLeftoverArgs(java.util.Vector args)
public java.util.Vector getLeftoverArgs()
public boolean isSatisfied()
public SymbolTable getReferences()
public java.lang.StringBuffer getNotes()
public int problemParameter() throws Scheherexception
Scheherexception
public Scheherexception reason() throws Scheherexception
Scheherexception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |