Class AslEntityIdxOffsetCondition
java.lang.Object
org.ehrbase.openehr.aqlengine.asl.model.condition.AslEntityIdxOffsetCondition
- All Implemented Interfaces:
AslProvidesJoinCondition,AslQueryCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ehrbase.openehr.aqlengine.asl.model.condition.AslQueryCondition
AslQueryCondition.AslConditionOperator -
Constructor Summary
ConstructorsConstructorDescriptionAslEntityIdxOffsetCondition(AslQuery leftProvider, AslQuery leftOwner, AslQuery rightProvider, AslQuery rightOwner, int offset) -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ehrbase.openehr.aqlengine.asl.model.condition.AslProvidesJoinCondition
provideJoinCondition, withProvider
-
Constructor Details
-
AslEntityIdxOffsetCondition
-
-
Method Details
-
getOffset
public int getOffset() -
getLeftOwner
- Specified by:
getLeftOwnerin interfaceAslProvidesJoinCondition
-
getRightOwner
- Specified by:
getRightOwnerin interfaceAslProvidesJoinCondition
-
getLeftProvider
- Specified by:
getLeftProviderin interfaceAslProvidesJoinCondition
-
getRightProvider
- Specified by:
getRightProviderin interfaceAslProvidesJoinCondition
-