edu.indiana.iucbrf.problem
Class ProblemIndices

java.lang.Object
  extended by edu.indiana.iucbrf.problem.Problem
      extended by edu.indiana.iucbrf.problem.ProblemIndices
All Implemented Interfaces:
Featured, SwingRepresentableWithDomain, SwingRepresentable, XMLRepresentable, java.io.Serializable, java.lang.Comparable

public class ProblemIndices
extends Problem

A marker class indicating that a problem object is really just the indices of a full problem.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.indiana.iucbrf.problem.Problem
features
 
Fields inherited from interface edu.indiana.util.swing.SwingRepresentable
TITLE_FONT
 
Constructor Summary
protected ProblemIndices()
           
  ProblemIndices(FeatureCollection features)
          Creates a new instance of ProblemIndices
 
Method Summary
 ProblemIndices constructIndices(Domain domain)
          Constructs a ProblemIndices.
 java.util.Iterator indicesIterator(Domain domain)
           
 
Methods inherited from class edu.indiana.iucbrf.problem.Problem
compareTo, equals, fromXML, getFeature, getFeatures, getUnestimatedCopy, toString, toString, toSwing, toSwing, toXML, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProblemIndices

protected ProblemIndices()

ProblemIndices

public ProblemIndices(FeatureCollection features)
Creates a new instance of ProblemIndices

Method Detail

constructIndices

public ProblemIndices constructIndices(Domain domain)
Description copied from class: Problem
Constructs a ProblemIndices.

Overrides:
constructIndices in class Problem

indicesIterator

public java.util.Iterator indicesIterator(Domain domain)