ponderToolkit.analyzer.priorities.dse
Class SingleAtDse

java.lang.Object
  |
  +--ponderToolkit.analyzer.priorities.dse.DomainScopeExpr
        |
        +--ponderToolkit.analyzer.priorities.dse.SingleAtDse
All Implemented Interfaces:
DomainScopeExprI, java.io.Serializable, SingleAtDseI

public class SingleAtDse
extends DomainScopeExpr
implements SingleAtDseI, java.io.Serializable

See Also:
Serialized Form

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
SingleAtDse(int levels, DomainObjectPath dom)
          Get the number of levels.
 
Method Summary
 DomainObjectI getDomainObject()
          Get the domain Object
 int getNoOfLevels()
          Get the number of levels.
 
Methods inherited from class ponderToolkit.analyzer.priorities.dse.DomainScopeExpr
getString, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ponderToolkit.compiler.codeGen.interfaces.dse.DomainScopeExprI
getString, getType
 

Constructor Detail

SingleAtDse

public SingleAtDse(int levels,
                   DomainObjectPath dom)
Get the number of levels. -1 indicates that the level number is ommitted.
Method Detail

getNoOfLevels

public int getNoOfLevels()
Description copied from interface: SingleAtDseI
Get the number of levels. -1 indicates that the level number is ommitted.
Specified by:
getNoOfLevels in interface SingleAtDseI

getDomainObject

public DomainObjectI getDomainObject()
Description copied from interface: SingleAtDseI
Get the domain Object
Specified by:
getDomainObject in interface SingleAtDseI