Package org.tentackle.wurblet
Class JoinPath
- java.lang.Object
-
- org.tentackle.wurblet.JoinPath
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JoinfindJoin(List<Relation> relations)Find the join for given relation path.List<Join>getElements()List<JoinPath>getPaths()voidnormalize()Normalizes the join and all subjoins.
A normalized join contains only a single element.StringtoString()
-
-
-
Method Detail
-
findJoin
public Join findJoin(List<Relation> relations)
Find the join for given relation path.- Parameters:
relations- the relation path- Returns:
- the join if found, else null
-
normalize
public void normalize()
Normalizes the join and all subjoins.
A normalized join contains only a single element.
-
-