jopt.csp.spi.arcalgorithm.domain
Interface SummationLongDomainExpression

All Known Implementing Classes:
GenericLongExpr

public interface SummationLongDomainExpression

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
 long getDomainMaxForIndex()
          Returns the maximum value of the expression that corresponds to the current index combination
 long 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 long getDomainMinForIndex()
Returns the minimum value of the expression that corresponds to the current index combination


getDomainMaxForIndex

public long 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