jopt.csp.spi.arcalgorithm.domain
Interface SummationFloatDomainExpression

All Known Implementing Classes:
GenericFloatExpr

public interface SummationFloatDomainExpression

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


getDomainMaxForIndex

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