Interface | Description |
---|---|
Pair<K,V> |
Interface for pairs of elements.
|
TopologicalSpace<E> |
This interface models finite topological spaces.
|
Class | Description |
---|---|
BinaryRelation<E extends Comparable<E>> |
The class BinaryRelation defines a set of pairs as a binary relation
on the domain defined by the pairs themselves.
|
ComparablePair<K extends Comparable<K>,V extends Comparable<V>> |
The class ComparablePair defines pairs of Comparable objects.
|
FiniteSpace<E extends Comparable<E>> |
Implements the mathematical object named Finite Topological Space.
|
ListComparator<E extends Comparable<E>> |
This class provides for a comparator of lists.
|
PointReductions |
The class PointReductions consists of some point-reduction methods for finite topological spaces which yield weakly homotopy equivalent spaces.
|
PrimMST<E extends Comparable<E>> |
This class computes a spanning forest for a finite
topological space using Prim's algorithm.
|
RelationCollection |
The class RelationCollections consists of some methods for BinaryRelations.
|
TopoCollection |
The class TopoCollection consists of some methods for
finite topological spaces.
|
TopologyExamples |
Some examples of finite topological spaces.
|
TreeSetComparator<E extends Comparable<E>> |
This class provides for a comparator of TreeSets.
|