jopt.csp.spi.arcalgorithm.domain
Interface SummationDoubleDomainExpression

All Known Implementing Classes:
GenericDoubleExpr

public interface SummationDoubleDomainExpression

Interface implemented by classes that are used to build this type of computed domain


Method Summary
 DomainChangeSource getDomainChangeSourceForIndex()
          Returns a source for registering a domain change listener corresponding to the current index combination
 double getDomainMaxForIndex()
          Returns the maximum value of the expression that corresponds to the current index combination
 double getDomainMinForIndex()
          Returns the minimum value of the expression that corresponds to the current index combination
 jopt.csp.variable.CspGenericIndex[] getIndices()
          Returns the generic index that is associated with this expression
 

Method Detail

getDomainMinForIndex

public double getDomainMinForIndex()
Returns the minimum value of the expression that corresponds to the current index combination


getDomainMaxForIndex

public double getDomainMaxForIndex()
Returns the maximum value of the expression that corresponds to the current index combination


getIndices

public jopt.csp.variable.CspGenericIndex[] getIndices()
Returns the generic index that is associated with this expression


getDomainChangeSourceForIndex

public DomainChangeSource getDomainChangeSourceForIndex()
Returns a source for registering a domain change listener corresponding to the current index combination