edu.indiana.iucbrf.casepackage
Class Marker

java.lang.Object
  extended by edu.indiana.iucbrf.casepackage.Case
      extended by edu.indiana.iucbrf.casepackage.Marker
All Implemented Interfaces:
SwingRepresentableWithDomain, SwingRepresentable, java.io.Serializable, java.lang.Comparable

public class Marker
extends Case

A Marker can be thought of as a place-holder for a case in the case base.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.indiana.iucbrf.casepackage.Case
CASE_KEY_NOT_SET, caseKey, inactiveContexts, p, problemCountAtAddition, s, source, successfulUseCount, useCount
 
Fields inherited from interface edu.indiana.util.swing.SwingRepresentable
TITLE_FONT
 
Constructor Summary
Marker(Problem p)
          Creates a new instance of Marker
 
Method Summary
 
Methods inherited from class edu.indiana.iucbrf.casepackage.Case
applyFeatureNoise, applySolutionNoise, compareTo, constructIndices, equals, fromXML, getCaseAge, getCaseKey, getCaseSource, getInactiveContexts, getProblem, getProblemCountAtAddition, getSolution, getSuccessfulUseCount, getTitle, getUseCount, hasCaseKey, hasSolution, isActive, markCaseUsed, markCaseUsedSuccessfully, miscToSwing, resetCounts, setActive, setCaseKey, setCaseSource, setInactive, setInactiveContexts, setProblem, setSolution, setTitle, toString, toString, toString, toSwing, toSwing, toSwing, toXML
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Marker

public Marker(Problem p)
Creates a new instance of Marker