|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.graph.query.model.Join
@Immutable public class Join

| Constructor Summary | |
|---|---|
Join(Source left,
JoinType type,
Source right,
JoinCondition joinCondition)
Create a join of the left and right sources, using the supplied join condition. |
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
JoinCondition |
joinCondition()
Get the join condition |
Source |
left()
Get the source that represents the left-hand-side of the join. |
Source |
right()
Get the source that represents the right-hand-side of the join. |
String |
toString()
|
JoinType |
type()
Get the type of join. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Join(Source left,
JoinType type,
Source right,
JoinCondition joinCondition)
left - the left source being joinedtype - the type of joinright - the right source being joinedjoinCondition - the join condition| Method Detail |
|---|
public Source left()
public Source right()
public final JoinType type()
public JoinCondition joinCondition()
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public void accept(Visitor visitor)
accept in interface Visitablevisitor - the visitor; never nullVisitable.accept(org.modeshape.graph.query.model.Visitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||