Package | Description |
---|---|
org.thegalactic.dgraph |
This package is designed to represent directed graph.
|
org.thegalactic.lattice |
This package is designed to represent lattice.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDGraph<N,E>
AbstractDGraph.
|
class |
ConcreteDGraph<N,E>
This class gives a standard representation for a directed graph by sets of successors and predecessors.
|
class |
DAGraph<N,E>
This class extends the representation of a directed graph given by class
ConcreteDGraph for directed acyclic graph (DAG). |
Constructor and Description |
---|
ConcreteDGraph(DGraph<N,E> graph)
Constructs this component as a copy of the specified directed graph.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrowRelation
The ArrowRelation class encodes arrow relation between meet & join-irreductibles of a lattice.
|
class |
ConceptLattice
This class extends class
Lattice to provide specific methods to manipulate both a concept lattice or a closed set lattice. |
class |
Lattice<N,E>
This class extends class
DAGraph to provide specific methods to manipulate a lattice. |
Copyright © 2010–2016 The Galactic Organization. All rights reserved.