Package | Description |
---|---|
org.thegalactic.context |
This package is designed to represent contexts.
|
org.thegalactic.lattice |
This package is designed to represent lattice.
|
org.thegalactic.rule |
This package is designed to represent rules.
|
Modifier and Type | Class and Description |
---|---|
class |
Context
This class gives a standard representation for a context.
|
Modifier and Type | Method and Description |
---|---|
ClosureSystem |
BijectiveComponents.getClosureSystem()
Returns the closure system of this component.
|
Modifier and Type | Method and Description |
---|---|
static ConceptLattice |
ConceptLattice.completeLattice(ClosureSystem init)
Generates and returns the complete (i.e.
|
static ConceptLattice |
ConceptLattice.diagramLattice(ClosureSystem init)
Generates and returns the Hasse diagram of the closed set lattice of the specified closure system, that can be an implicational system (ImplicationalSystem) or a context.
|
ArrayList<TreeSet<Comparable>> |
Concept.immediateSuccessors(ClosureSystem init)
Returns the list of immediate successors of a given node of the lattice.
|
Vector<TreeSet<Comparable>> |
ConceptLattice.immediateSuccessors(Node n,
ClosureSystem init)
Returns the list of immediate successors of a given node of the lattice.
|
BijectiveComponents |
BijectiveComponents.initialise(ClosureSystem closureSystem)
Initialise the closure system.
|
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.
|
protected BijectiveComponents |
BijectiveComponents.setClosureSystem(ClosureSystem closureSystem)
Set the closure system of this component.
|
Constructor and Description |
---|
BijectiveComponents(ClosureSystem closureSystem)
Constructs this component with the specified Closure System as initial closure system.
|
Modifier and Type | Class and Description |
---|---|
class |
ImplicationalSystem
This class gives a representation for an implicational system (ImplicationalSystem), a set of rules.
|
Copyright © 2010–2016 The Galactic Organization. All rights reserved.