public abstract class AbstractPaIntEEdgeConstraint
extends de.ims.icarus.search_tools.standard.DefaultConstraint
Modifier and Type | Field and Description |
---|---|
protected AggregationMode |
aggregationMode |
protected PaIntEConstraintParams |
sourceParams |
protected PaIntEConstraintParams |
targetParams |
protected PaIntEConstraintParams |
valueParams |
Modifier | Constructor and Description |
---|---|
protected |
AbstractPaIntEEdgeConstraint(java.lang.String token,
java.lang.Object value,
de.ims.icarus.search_tools.SearchOperator operator,
java.lang.Object specifier) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
getAggregate(ProsodyTargetTree tree,
PaIntEConstraintParams params)
Creates an aggregated version of the data in the currently inspected node of
tree
and saves it in the specified params . |
boolean |
matches(java.lang.Object value) |
protected abstract boolean |
matches(PaIntEConstraintParams sourceParams,
PaIntEConstraintParams targetParams) |
clone, compare, contains, equals, getConstraint, getInstance, getLabel, getOperator, getSpecifier, getToken, getValue, group, init, isActive, isMultiplexing, isUndefined, matches, prepare, setActive, setOperator, setSpecifier, setToken, setValue, toString
protected final transient PaIntEConstraintParams valueParams
protected final transient PaIntEConstraintParams sourceParams
protected final transient PaIntEConstraintParams targetParams
protected AggregationMode aggregationMode
protected AbstractPaIntEEdgeConstraint(java.lang.String token, java.lang.Object value, de.ims.icarus.search_tools.SearchOperator operator, java.lang.Object specifier)
public boolean matches(java.lang.Object value)
matches
in interface de.ims.icarus.search_tools.SearchConstraint
matches
in class de.ims.icarus.search_tools.standard.DefaultConstraint
SearchConstraint.matches(java.lang.Object)
protected abstract boolean matches(PaIntEConstraintParams sourceParams, PaIntEConstraintParams targetParams)
protected abstract void getAggregate(ProsodyTargetTree tree, PaIntEConstraintParams params)
tree
and saves it in the specified params
.