|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
check(ExecutableOperator op)
Checks the Condition for the specified ExceutableOperator .
|
java.lang.String |
getObj1()
Gets the myObj1. |
java.lang.String |
getObj2()
Gets the myObj2. |
Operator |
getTheOperator()
Gets the Operator |
java.lang.String |
getType()
Gets the myType. |
void |
setObj1(java.lang.String myObj1)
Sets the myObj1. |
void |
setObj2(java.lang.String myObj2)
Sets the myObj2. |
void |
setTheOperator(Operator operator)
Sets the Operator. |
void |
setType(java.lang.String myType)
Sets the myType. |
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Data |
deleteSoon, getDocumentation, getValidName, isDirty, isWaitingForDelete, setDocumentation |
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Object |
doPrint, doPrint, equals, executeBusinessSingleValueSqlRead, executeBusinessSingleValueSqlReadL, executeBusinessSqlRead, executeBusinessSqlWrite, executeM4SingleValueSqlRead, executeM4SingleValueSqlReadL, executeM4SqlRead, executeM4SqlWrite, getCasePrintObject, getId, getM4Db, getM4ObjectFromCache, getName, getNextM4SequenceValue, isNew, load, print, putM4ObjectToCache, replaceSpacesInName, setId, setName |
Method Detail |
public java.lang.String getObj1()
public java.lang.String getObj2()
public Operator getTheOperator()
Operator
public java.lang.String getType()
public void setObj1(java.lang.String myObj1)
myObj1
- The myObj1 to setpublic void setObj2(java.lang.String myObj2)
myObj2
- The myObj2 to setpublic void setTheOperator(Operator operator) throws M4Exception
operator
- The Operator
to set
M4Exception
public void setType(java.lang.String myType)
myType
- The myType to setpublic void check(ExecutableOperator op) throws UserError, M4CompilerError
Condition
for the specified ExceutableOperator
.
Currently this method directly throws a UserError
exception to be propagated
to the GUI if the Condition
is violated.
op
-
UserError
M4Exception
M4CompilerError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |