All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.cbr.tools.time.SimpleIntervalConstraint

java.lang.Object
   |
   +----aid.cbr.tools.time.SimpleIntervalConstraint

public abstract class SimpleIntervalConstraint
extends Object
implements IntervalConstraint

Variable Index

 o _operands

Constructor Index

 o SimpleIntervalConstraint(Interval, Interval)

Method Index

 o clone()
 o getLeftOperand()
 o getRightOperand()
 o initialize(Interval, Interval)
 o isSatisfied()

Variables

 o _operands
 public RelevantSequence _operands

Constructors

 o SimpleIntervalConstraint
 public SimpleIntervalConstraint(Interval left,
                                 Interval right)

Methods

 o initialize
 public final void initialize(Interval left,
                              Interval right)
 o isSatisfied
 public abstract boolean isSatisfied()
 o getRightOperand
 public final Interval getRightOperand()
 o getLeftOperand
 public final Interval getLeftOperand()
 o clone
 public Object clone()
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index