|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.rules.AbleClause
com.ibm.able.rules.AbleAssertionClause
This class is used to represent an assignment, function call or method invocation used in an assertion rule.
AbleAssertionRule,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.ibm.able.rules.AbleClause |
|---|
myLhs, myLocation, myOp, myRhs, myRuleRefs |
| Constructor Summary | |
|---|---|
AbleAssertionClause(AbleLhs theLhs,
int theOp,
AbleRd theRhs)
Create a new assertion clause with the specified parts. |
|
| Method Summary | |
|---|---|
java.lang.String |
arlString()
Return a formal ARL string that describes this clause. |
java.lang.String |
getTemplateString(java.util.Vector theTemplateVars)
Return a formal ARL string, formatted for insertion text for use by templates, that describes this clause. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
java.lang.String |
traceString(int theTraceStringFlavor)
Retrieve a string describing (the contents of) the object. |
java.lang.String |
xmlString()
Return a formal XML string that describes this clause. |
| Methods inherited from class com.ibm.able.rules.AbleClause |
|---|
addRuleRef, equals, getLhs, getLhsReferent, getLocation, getOp, getOpAsString, getReferent, getReferents, getRhs, getRhsReferent, getRule, getRuleRefs, hashCode, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbleAssertionClause(AbleLhs theLhs,
int theOp,
AbleRd theRhs)
theLhs - The left-hand side of the clause.
theOp - A relational operator with which to evaluate the two
sides, or operands, of this clause. The value must be
an AbleData.<Operator> assignment constant.
theRhs - The right-hand side of the clause.
| Method Detail |
public java.lang.String arlString()
arlString in class AbleClausepublic java.lang.String xmlString()
xmlString in class AbleClausepublic java.lang.String getTemplateString(java.util.Vector theTemplateVars)
theTemplateVars - An ordered list of template vars referenced in the rule
public java.lang.String toString()
toString in class AbleClausepublic java.lang.String traceString(int theTraceStringFlavor)
traceString in class AbleClausetheTraceStringFlavor - An Able.TraceStringFlavor value.
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||