topology
public interface TopologicalSpace<E>
Modifier and Type | Method and Description |
---|---|
java.util.Set<E> |
getPointSet()
Returns the point set underlying the topological space.
|
BinaryRelation |
getRelation()
Returns the relation which defines the topology.
|
boolean |
isTzero()
Returns true if the space is T0-separable.
|
java.util.Set<E> getPointSet()
BinaryRelation getRelation()
boolean isTzero()