Skip to content
Snippets Groups Projects
Commit 807102aa authored by Johannes Mey's avatar Johannes Mey
Browse files

add missing inherited equation

parent da6d43be
No related branches found
No related tags found
1 merge request!13Better api generation
......@@ -93,6 +93,7 @@ aspect BackendAPI {
inh boolean RelationComponent.isNavigable();
eq Relation.getLeft().isNavigable() = getDirection().isNavigableLeftToRight();
eq Relation.getRight().isNavigable() = getDirection().isNavigableRightToLeft();
eq Program.getChild().isNavigable() = false;
syn boolean Direction.isNavigableRightToLeft() = true;
eq RightDirection.isNavigableRightToLeft() = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment