All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.cbr.tools.time.TimeExtendedCase

java.lang.Object
   |
   +----aid.cbr.tools.core.cbrcase.AbstractCbrCase
           |
           +----aid.cbr.tools.time.TimeExtendedCase

public abstract class TimeExtendedCase
extends AbstractCbrCase

Variable Index

 o _timeExtendedSituation
 o ABSTRACT
 o CONCRETE
 o POTENTIAL

Constructor Index

 o TimeExtendedCase()

Method Index

 o getOrigin()
 o getPotentialIndices()
 o getTimeExtendedSituation()
 o isAbstract()
 o isConcrete()
 o isPotential()
 o newTimeExtendedSituation()
 o setCaseType(int)
 o setOrigin(Object)
 o setTimeExtendedSituation(TimeExtendedSituation)

Variables

 o ABSTRACT
 public static final int ABSTRACT
 o CONCRETE
 public static final int CONCRETE
 o POTENTIAL
 public static final int POTENTIAL
 o _timeExtendedSituation
 protected TimeExtendedSituation _timeExtendedSituation

Constructors

 o TimeExtendedCase
 public TimeExtendedCase()

Methods

 o getTimeExtendedSituation
 public TimeExtendedSituation getTimeExtendedSituation()
 o setTimeExtendedSituation
 public void setTimeExtendedSituation(TimeExtendedSituation s)
 o isAbstract
 public boolean isAbstract()
 o setCaseType
 public void setCaseType(int type)
 o isPotential
 public boolean isPotential()
 o isConcrete
 public boolean isConcrete()
 o getOrigin
 public Object getOrigin()
 o setOrigin
 public void setOrigin(Object origin)
 o getPotentialIndices
 public CompoundIndice getPotentialIndices()
Overrides:
getPotentialIndices in class AbstractCbrCase
 o newTimeExtendedSituation
 protected TimeExtendedSituation newTimeExtendedSituation()

All Packages  Class Hierarchy  This Package  Previous  Next  Index