public class FormConstraintFactory extends AbstractConstraintFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TOKEN |
DEFAULT_UNDEFINED_VALUESET
EDGE_CONSTRAINT_TYPE, NODE_CONSTRAINT_TYPE
DEFAULT_OPTIMIZE_SEARCH, DEFAULT_SEARCH_CASESENSITIVE, DEFAULT_SEARCH_MAX_LENGTH, DEFAULT_SEARCH_MIN_LENGTH, DEFAULT_SEARCH_MODE, DEFAULT_SEARCH_NON_PROJECTIVE, DEFAULT_SEARCH_ORIENTATION, DEFAULT_SEARCH_RESULT_LIMIT, OPTIMIZE_SEARCH, SEARCH_CASESENSITIVE, SEARCH_MAX_LENGTH, SEARCH_MIN_LENGTH, SEARCH_MODE, SEARCH_NON_PROJECTIVE, SEARCH_ORIENTATION, SEARCH_RESULT_LIMIT
Constructor and Description |
---|
FormConstraintFactory() |
Modifier and Type | Method and Description |
---|---|
SearchConstraint |
createConstraint(java.lang.Object value,
SearchOperator operator,
java.lang.Object specifier,
de.ims.icarus.util.Options options) |
getConstraintType, getDefaultValue, getDescription, getHandler, getLabelSet, getMaxInstanceCount, getMinInstanceCount, getName, getSupportedOperators, getSupportedSpecifiers, getToken, getValueClass, isFlagSet, labelToValue, valueToLabel
public static final java.lang.String TOKEN
public SearchConstraint createConstraint(java.lang.Object value, SearchOperator operator, java.lang.Object specifier, de.ims.icarus.util.Options options)
de.ims.icarus.search_tools.ConstraintFactory#createConstraint(java.lang.Object, de.ims.icarus.search_tools.SearchOperator)