Package | Description |
---|---|
fr.inrialpes.exmo.align.impl.rel |
Modifier and Type | Field and Description |
---|---|
A5BaseRelation |
A5BaseRelation.inverse |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Vector<A5BaseRelation> |
A5AlgebraRelation.positions |
protected static java.util.HashMap<java.lang.String,A5BaseRelation> |
A5AlgebraRelation.relations |
Modifier and Type | Method and Description |
---|---|
A5BaseRelation |
A5BaseRelation.getInverse() |
A5BaseRelation |
A5AlgebraRelation.getRelation(int i) |
A5BaseRelation |
A5AlgebraRelation.getRelation(java.lang.String rel) |
static A5BaseRelation |
A5BaseRelation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static A5BaseRelation[] |
A5BaseRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
A5AlgebraRelation.compose(A5BaseRelation s,
A5BaseRelation t) |
static A5AlgebraRelation |
A5AlgebraRelation.createRelation(A5BaseRelation... rels) |
protected static void |
A5AlgebraRelation.declareRelation(A5BaseRelation rel,
A5BaseRelation inverse) |
void |
A5BaseRelation.init(int idx,
A5BaseRelation inv) |
protected static void |
A5AlgebraRelation.initStructures(A5BaseRelation... idrels) |
protected static void |
A5AlgebraRelation.o(A5BaseRelation a,
A5BaseRelation b,
A5BaseRelation... s) |
protected static void |
A5AlgebraRelation.o(A5BaseRelation a,
A5BaseRelation b,
A5BaseRelation... s) |
protected static void |
A5AlgebraRelation.setComposition(A5BaseRelation a,
A5BaseRelation b,
A5BaseRelation c) |
protected static void |
A5AlgebraRelation.t(A5BaseRelation a,
A5BaseRelation b,
A5BaseRelation c) |
(C) INRIA & friends, 2003-2020