|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EquiJoinCondition
Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
A node-tuple satisfies the constraint only if:
selector1
has a property named property1
, andselector2
has a property
named property2
, andproperty1
equals the value of property2
Method Summary | |
---|---|
java.lang.String |
getProperty1Name()
Gets the property name in the first selector. |
java.lang.String |
getProperty2Name()
Gets the property name in the second selector. |
java.lang.String |
getSelector1Name()
Gets the name of the first selector. |
java.lang.String |
getSelector2Name()
Gets the name of the second selector. |
Method Detail |
---|
java.lang.String getSelector1Name()
java.lang.String getProperty1Name()
java.lang.String getSelector2Name()
java.lang.String getProperty2Name()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |