|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.ntnu.cikmr.workflow.Statement
edu.ntnu.cikmr.workflow.Compare
public class Compare
Title: Compare statement
Description: Compares two values.
Copyright: Copyright (c) 2007
Constructor Summary | |
---|---|
Compare()
|
Method Summary | |
---|---|
boolean |
execute()
|
void |
fromXML(org.w3c.dom.Node n)
|
java.lang.String |
getLs()
Return the left side of the comparison. |
boolean |
getResult()
|
java.lang.String |
getRs()
Returns the right side of the comparison |
java.lang.String |
getType()
Returns the type of comparison to perform. |
void |
setLs(java.lang.String ls)
Sets the left side value or variable to compare. |
void |
setRs(java.lang.String rs)
Sets the right side value or variable to compare. |
void |
setType(java.lang.String type)
Sets the type of comparison to perform. |
java.lang.String |
toXML()
|
Methods inherited from class edu.ntnu.cikmr.workflow.Statement |
---|
getParent, resolve, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Compare()
Method Detail |
---|
public void fromXML(org.w3c.dom.Node n)
public java.lang.String toXML()
public boolean execute()
public boolean getResult()
public java.lang.String getType()
public java.lang.String getRs()
public java.lang.String getLs()
public void setLs(java.lang.String ls)
ls
- public void setRs(java.lang.String rs)
rs
- public void setType(java.lang.String type)
type
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |