public abstract class LinkkeyBinding
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected PathExpression |
expression1 |
protected PathExpression |
expression2 |
Constructor and Description |
---|
LinkkeyBinding(PathExpression expr1,
PathExpression expr2) |
Modifier and Type | Method and Description |
---|---|
abstract void |
accept(EDOALVisitor visitor) |
PathExpression |
getExpression1() |
PathExpression |
getExpression2() |
abstract LinkkeyBinding |
inverse() |
protected PathExpression expression1
protected PathExpression expression2
public LinkkeyBinding(PathExpression expr1, PathExpression expr2)
public PathExpression getExpression1()
public PathExpression getExpression2()
public abstract void accept(EDOALVisitor visitor) throws AlignmentException
AlignmentException
public abstract LinkkeyBinding inverse()
(C) INRIA & friends, 2003-2020