Package | Description |
---|---|
fr.inrialpes.exmo.align.impl.rel |
Modifier and Type | Field and Description |
---|---|
A16BaseRelation |
A16BaseRelation.inverse |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Vector<A16BaseRelation> |
A16AlgebraRelation.positions |
protected static java.util.HashMap<java.lang.String,A16BaseRelation> |
A16AlgebraRelation.relations |
Modifier and Type | Method and Description |
---|---|
A16BaseRelation |
A16BaseRelation.getInverse() |
A16BaseRelation |
A16AlgebraRelation.getRelation(int i) |
A16BaseRelation |
A16AlgebraRelation.getRelation(java.lang.String rel) |
static A16BaseRelation |
A16BaseRelation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static A16BaseRelation[] |
A16BaseRelation.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 |
A16AlgebraRelation.compose(A16BaseRelation s,
A16BaseRelation t) |
static A16AlgebraRelation |
A16AlgebraRelation.createRelation(A16BaseRelation... rels) |
protected static void |
A16AlgebraRelation.declareRelation(A16BaseRelation rel,
A16BaseRelation inverse) |
void |
A16BaseRelation.init(int idx,
A16BaseRelation inv) |
protected static void |
A16AlgebraRelation.initStructures(A16BaseRelation... idrels) |
protected static void |
A16AlgebraRelation.o(A16BaseRelation a,
A16BaseRelation b,
A16BaseRelation... s) |
protected static void |
A16AlgebraRelation.o(A16BaseRelation a,
A16BaseRelation b,
A16BaseRelation... s) |
protected static void |
A16AlgebraRelation.setComposition(A16BaseRelation a,
A16BaseRelation b,
A16BaseRelation c) |
protected static void |
A16AlgebraRelation.t(A16BaseRelation a,
A16BaseRelation b,
A16BaseRelation c) |
(C) INRIA & friends, 2003-2020