edu.indiana.iucbrf.feature
Interface Featured

All Superinterfaces:
SwingRepresentable, SwingRepresentableWithDomain
All Known Implementing Classes:
DevelopingProblem, Problem, ProblemIndices, Solution

public interface Featured
extends SwingRepresentableWithDomain

An object that is Featured contains at least one Feature.


Field Summary
 
Fields inherited from interface edu.indiana.util.swing.SwingRepresentable
TITLE_FONT
 
Method Summary
 Feature getFeature(FeatureKey featureKey)
           
 FeatureCollection getFeatures()
           
 java.lang.String toString(Domain domain)
           
 
Methods inherited from interface edu.indiana.iucbrf.util.SwingRepresentableWithDomain
toSwing
 
Methods inherited from interface edu.indiana.util.swing.SwingRepresentable
toSwing
 

Method Detail

toString

java.lang.String toString(Domain domain)

getFeature

Feature getFeature(FeatureKey featureKey)

getFeatures

FeatureCollection getFeatures()