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