jjdh API

Uses of Interface
dh.java.math.algebra.structure.relation.Relation

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
<S> Relation<S>
Relations.and(Collection<Relation<? super S>> relations)
           
static
<S> Relation<S>
Relations.and(Relation<? super S>... relations)
           
private static
<S> Relation<S>
Relations.binary(Collection<Relation<? super S>> relations, boolean related)
           
static
<S> Relation<S>
Relations.not(Relation<? super S> relation)
           
static
<S> Relation<S>
Relations.or(Collection<Relation<? super S>> relations)
           
static
<S> Relation<S>
Relations.or(Relation<? super S>... relations)
           
 

Methods in dh.java.math.algebra.structure.relation with parameters of type Relation
static
<S> Relation<S>
Relations.and(Relation<? super S>... relations)
           
static
<S> Relation<S>
Relations.not(Relation<? super S> relation)
           
static
<S> Relation<S>
Relations.or(Relation<? super S>... relations)
           
 

Method parameters in dh.java.math.algebra.structure.relation with type arguments of type Relation
static
<S> Relation<S>
Relations.and(Collection<Relation<? super S>> relations)
           
private static
<S> Relation<S>
Relations.binary(Collection<Relation<? super S>> relations, boolean related)
           
static
<S> Relation<S>
Relations.or(Collection<Relation<? super S>> relations)
           
 


jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.