public abstract class ShowlJoinCondition extends Object
| Constructor and Description |
|---|
ShowlJoinCondition(ShowlPropertyShape left,
ShowlPropertyShape right) |
| Modifier and Type | Method and Description |
|---|---|
String |
focusAlias(NodeNamer namer)
Get an alias for the the focus node as assigned by the given namer.
|
ShowlNodeShape |
focusNode()
Get the node that is the focus of this join (i.e.
|
ShowlPropertyShape |
getLeft() |
ShowlPropertyShape |
getRight() |
boolean |
isJoinProperty(ShowlPropertyShape p) |
ShowlNodeShape |
otherNode(Set<ShowlNodeShape> set) |
ShowlNodeShape |
otherNode(ShowlNodeShape n) |
ShowlPropertyShape |
otherProperty(ShowlPropertyShape p) |
ShowlPropertyShape |
propertyOf(ShowlNodeShape node) |
String |
toString() |
public ShowlJoinCondition(ShowlPropertyShape left, ShowlPropertyShape right)
public ShowlPropertyShape getLeft()
public ShowlPropertyShape getRight()
public ShowlPropertyShape propertyOf(ShowlNodeShape node)
public ShowlNodeShape otherNode(ShowlNodeShape n)
public boolean isJoinProperty(ShowlPropertyShape p)
public ShowlPropertyShape otherProperty(ShowlPropertyShape p)
public ShowlNodeShape focusNode()
public String focusAlias(NodeNamer namer)
public ShowlNodeShape otherNode(Set<ShowlNodeShape> set)
Copyright © 2019. All rights reserved.