|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectBinaryTemporalOperatorImpl
TEqualsImpl
public class TEqualsImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface MultiValuedFilter |
|---|
MultiValuedFilter.MatchAction |
| Field Summary |
|---|
| Fields inherited from class BinaryTemporalOperatorImpl |
|---|
e1, e2, matchAction |
| Fields inherited from interface TEquals |
|---|
NAME |
| Fields inherited from interface Filter |
|---|
EXCLUDE, INCLUDE |
| Constructor Summary | |
|---|---|
TEqualsImpl(Expression e1,
Expression e2)
|
|
TEqualsImpl(Expression e1,
Expression e2,
MultiValuedFilter.MatchAction matchAction)
|
|
| Method Summary | |
|---|---|
Object |
accept(FilterVisitor visitor,
Object extraData)
Accepts a visitor. |
protected boolean |
doEvaluate(RelativePosition pos)
|
| Methods inherited from class BinaryTemporalOperatorImpl |
|---|
equals, evaluate, getExpression1, getExpression2, getMatchAction, hashCode, toInstant, toPeriod, toTemporal |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface BinaryTemporalOperator |
|---|
getExpression1, getExpression2 |
| Methods inherited from interface MultiValuedFilter |
|---|
getMatchAction |
| Methods inherited from interface Filter |
|---|
evaluate |
| Constructor Detail |
|---|
public TEqualsImpl(Expression e1,
Expression e2)
public TEqualsImpl(Expression e1,
Expression e2,
MultiValuedFilter.MatchAction matchAction)
| Method Detail |
|---|
protected boolean doEvaluate(RelativePosition pos)
doEvaluate in class BinaryTemporalOperatorImpl
public Object accept(FilterVisitor visitor,
Object extraData)
FilterImplementations of all subinterfaces must have with a method whose content is the following:
return visitor.visit(this, extraData);
accept in interface Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||