|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ponderToolkit.compiler.codeGen.policyObjects.dse.DomainScopeExpr
|
+--ponderToolkit.compiler.codeGen.policyObjects.dse.CompositeDse
Function: Models a Composite DomainScopeExpression
| Fields inherited from interface ponderToolkit.compiler.codeGen.interfaces.dse.DomainScopeExprI |
COMPOSITE_DSE, PARAMETER_IDENT_DSE, SINGLE_AT_DSE, SINGLE_DSE, SINGLE_STAR_DSE |
| Constructor Summary | |
CompositeDse()
Constructor |
|
CompositeDse(DseOpI newDseOp,
DomainScopeExprI newLeftDse,
DomainScopeExprI newRightDse)
Constructor with parameters for the operator and the left and right domain scope expressions |
|
| Method Summary | |
DseOpI |
getDseOp()
Get the DSE operator |
DomainScopeExprI |
getLeftDse()
Get the left DSE |
DomainScopeExprI |
getRightDse()
Get the right DSE |
java.lang.String |
getString()
Return a String representation of the Domain Scope Expression |
int |
getType()
Return the type of the Domain Scope Expression |
void |
setDseOp(DseOpI newDseOp)
Set the DSE operator for the composite DomainScopeExpression |
void |
setLeftDse(DomainScopeExprI newDse)
Set the Left DSE for the composite DomainScopeExpression |
void |
setRightDse(DomainScopeExprI newDse)
Set the Right DSE for the composite DomainScopeExpression |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CompositeDse()
public CompositeDse(DseOpI newDseOp,
DomainScopeExprI newLeftDse,
DomainScopeExprI newRightDse)
| Method Detail |
public void setDseOp(DseOpI newDseOp)
public void setLeftDse(DomainScopeExprI newDse)
public void setRightDse(DomainScopeExprI newDse)
public DomainScopeExprI getLeftDse()
getLeftDse in interface CompositeDseIpublic DomainScopeExprI getRightDse()
getRightDse in interface CompositeDseIpublic DseOpI getDseOp()
getDseOp in interface CompositeDseIpublic int getType()
getType in interface DomainScopeExprIgetType in class DomainScopeExprpublic java.lang.String getString()
getString in interface DomainScopeExprIgetString in class DomainScopeExpr
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||