| Package | Description | 
|---|---|
| org.thegalactic.lattice | 
 This package is designed to represent lattice. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Concept | 
Concept.clone()
Returns a clone of this component. 
 | 
Concept | 
ConceptLattice.getConcept(ComparableSet setA,
          ComparableSet setB)
Returns concept defined by setA and setB; null if not found. 
 | 
Concept | 
ClosureSystem.nextClosure(Concept cl)
Returns the lecticaly next closed set of the specified one. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Vector<Concept> | 
ClosureSystem.allClosures()
Returns all the closed sets of the specified closure system (that can be an IS or a context). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Concept | 
ClosureSystem.nextClosure(Concept cl)
Returns the lecticaly next closed set of the specified one. 
 | 
void | 
ConceptLattice.recursiveDiagramLattice(Concept n,
                       ClosureSystem init)
Returns the Hasse diagramme of the closed set lattice of the specified closure system issued from the specified concept. 
 | 
| Constructor and Description | 
|---|
Concept(Concept c)
Constructs this component as a copy of the specified ClosedSet. 
 | 
| Constructor and Description | 
|---|
ConceptLattice(TreeSet<Concept> set)
Constructs this component with the specified set of concepts, and empty treemap of successors and predecessors. 
 | 
Copyright © 2010–2016 The Galactic Organization. All rights reserved.