|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omwg.mediation.language.objectModel.ComplexExpression
public class ComplexExpression
Class implements ExpressionDefinition - Constructs a complex expression object consisting of its sub-expressions and string representation (operator)
| Constructor Summary | |
|---|---|
ComplexExpression(java.util.ArrayList subExpressions,
java.lang.String operator)
Constructs a complex expression object consisting of its sub-expressions and string representation (operator) |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Copies the complex expression object |
java.lang.String |
getOperator()
Returns string representation (operator) when predefined |
java.util.ArrayList |
getSubExpressions()
Returns the array list of sub-expressions that constitute the complex expression when predefined |
boolean |
isComplexExpression()
Affirms that the expression is complex |
void |
setOperator(java.lang.String operator)
Sets string representation (operator) |
void |
setSubExpressions(java.util.ArrayList subExpressions)
Sets the array list of sub-expressions that constitute the complex expression |
java.lang.String |
toString()
Returns the string reprentation of the array list of sub-expressions that constitute the complex expression |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComplexExpression(java.util.ArrayList subExpressions,
java.lang.String operator)
Constructs a complex expression object consisting of its sub-expressions and string representation (operator)
subExpressions - (array of expressions that consitute a complex expression)operator - (string representation of expression)| Method Detail |
|---|
public java.lang.String getOperator()
Returns string representation (operator) when predefined
public void setOperator(java.lang.String operator)
Sets string representation (operator)
operator - (string type)public boolean isComplexExpression()
Affirms that the expression is complex
isComplexExpression in interface ExpressionDefinitionpublic java.util.ArrayList getSubExpressions()
Returns the array list of sub-expressions that constitute the complex expression when predefined
getSubExpressions in interface ExpressionDefinitionpublic void setSubExpressions(java.util.ArrayList subExpressions)
Sets the array list of sub-expressions that constitute the complex expression
subExpressions - (array list)public java.lang.String toString()
Returns the string reprentation of the array list of sub-expressions that constitute the complex expression
toString in class java.lang.Objectpublic java.lang.Object clone()
Copies the complex expression object
clone in interface ExpressionDefinitionclone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||