| Package | Description |
|---|---|
| io.konig.core.showl |
| Modifier and Type | Class and Description |
|---|---|
class |
ShowlDerivedJoinCondition |
class |
ShowlFromCondition |
class |
ShowlSourceToSourceJoinCondition
A condition that describes the join between two source shapes.
|
class |
ShowlTargetToSourceJoinCondition
A condition that joins a source shape to the target shape.
|
| Modifier and Type | Method and Description |
|---|---|
ShowlJoinCondition |
ShowlPropertyShape.findJoinCondition(ShowlPropertyShape otherProperty)
Check whether there exists a join condition involving this property and some other property.
|
ShowlJoinCondition |
ShowlDerivedJoinCondition.getDerivedFrom() |
ShowlJoinCondition |
ShowlMapping.getJoinCondition() |
| Modifier and Type | Method and Description |
|---|---|
List<ShowlJoinCondition> |
ShowlNodeShape.getSelectedJoins() |
Collection<ShowlJoinCondition> |
ShowlPropertyShape.listJoinConditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShowlPropertyShape.addJoinCondition(ShowlJoinCondition join) |
void |
ShowlNodeShape.addSelectedJoin(ShowlJoinCondition join) |
ShowlMapping |
ShowlPropertyShape.getMapping(ShowlJoinCondition joinCondition)
Get the mapping for this property within the given join condition.
|
Set<ShowlPropertyShape> |
ShowlNodeShape.joinProperties(ShowlJoinCondition join)
Get all the properties mapped to this NodeShape via a given join condition.
|
ShowlPropertyShape |
ShowlNodeShape.keyProperty(ShowlNodeShape sourceNode,
ShowlJoinCondition join)
Get the key through which the specified source node is joined according to the given join condition.
|
| Constructor and Description |
|---|
ShowlDerivedJoinCondition(ShowlJoinCondition derivedFrom,
ShowlPropertyShape left,
ShowlPropertyShape right) |
ShowlFromCondition(ShowlJoinCondition derivedFrom,
ShowlNodeShape sourceNode) |
ShowlJoinMapping(ShowlJoinCondition joinCondition) |
ShowlMapping(ShowlJoinCondition joinCondition,
ShowlPropertyShape leftProperty,
ShowlPropertyShape rightProperty) |
ShowlSourceToSourceJoinCondition(ShowlJoinCondition derivedFrom,
ShowlPropertyShape left,
ShowlPropertyShape right) |
Copyright © 2019. All rights reserved.