edu.washington.cs.supple.rep
Interface StringType

All Superinterfaces:
SimpleValueType, SuppleBean, SuppleType
All Known Implementing Classes:
StringTypeImpl

public interface StringType
extends SimpleValueType

Author:
kgajos

Method Summary
 void enableAlphabeticalOrdering(boolean b)
          If set to true, the legal and likely values will be kept in alphabetical order; by default this is set to false
 int getTypicalValueLength()
           
 
Methods inherited from interface edu.washington.cs.supple.rep.SuppleType
accept, getIndex, getIndex, getLegalValues, getLikelyValues, getLongestLegalIndex, getMaxNumLegalValues, getNumLegalValues, getNumLikelyValues, getTypicalIndexLength, getUniqueId, hasIndex, hasOrdering, hasSetLegalValues, isEnumerable, isFinalLegalValues, isLegalValue, isLegalValueClass, isPrimitiveType, orderValues, toPrettyString, verifyCurrentValue
 
Methods inherited from interface edu.washington.cs.supple.rep.SuppleBean
addPropertyChangeListener, removePropertyChangeListener
 

Method Detail

getTypicalValueLength

public int getTypicalValueLength()
Returns:
the expected lenght (in characters) of usual inputs

enableAlphabeticalOrdering

public void enableAlphabeticalOrdering(boolean b)
If set to true, the legal and likely values will be kept in alphabetical order; by default this is set to false

Parameters:
b -