|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relation | |
---|---|
dh.java.math.algebra.structure.relation | This Package contains generic data structures and algorithms to model (possibly ordered) equivalence relations. |
Uses of Relation in dh.java.math.algebra.structure.relation |
---|
Subinterfaces of Relation in dh.java.math.algebra.structure.relation | |
---|---|
interface |
EquivalenceRelation<E>
This interface represents a structure with a binary multiplicative operation (·), satisfying the group axioms (associativity, neutral element, inverse element and closure). |
Classes in dh.java.math.algebra.structure.relation that implement Relation | |
---|---|
class |
AbstractPartition<E>
|
class |
OrderedPartition<E>
To Do: optimize |
class |
StupidPartition<E>
|
Methods in dh.java.math.algebra.structure.relation that return Relation | ||
---|---|---|
static
|
Relations.and(Collection<Relation<? super S>> relations)
|
|
static
|
Relations.and(Relation<? super S>... relations)
|
|
private static
|
Relations.binary(Collection<Relation<? super S>> relations,
boolean related)
|
|
static
|
Relations.not(Relation<? super S> relation)
|
|
static
|
Relations.or(Collection<Relation<? super S>> relations)
|
|
static
|
Relations.or(Relation<? super S>... relations)
|
Methods in dh.java.math.algebra.structure.relation with parameters of type Relation | ||
---|---|---|
static
|
Relations.and(Relation<? super S>... relations)
|
|
static
|
Relations.not(Relation<? super S> relation)
|
|
static
|
Relations.or(Relation<? super S>... relations)
|
Method parameters in dh.java.math.algebra.structure.relation with type arguments of type Relation | ||
---|---|---|
static
|
Relations.and(Collection<Relation<? super S>> relations)
|
|
private static
|
Relations.binary(Collection<Relation<? super S>> relations,
boolean related)
|
|
static
|
Relations.or(Collection<Relation<? super S>> relations)
|
|
jjdh API | |||||||||
PREV NEXT | FRAMES NO FRAMES |