Package | Description |
---|---|
de.tudresden.inf.lat.jcel.core.algorithm.cel |
Provides interfaces and classes to run the classification
algorithm of CEL.
|
de.tudresden.inf.lat.jcel.core.algorithm.rulebased |
Provides interfaces and classes to run a classification
algorithm based on completion rules.
|
de.tudresden.inf.lat.jcel.core.graph |
Provides interfaces and classes used to represent the data
during the classification process.
|
Modifier and Type | Method and Description |
---|---|
protected IntegerSubsumerGraph |
CelProcessor.getClassGraph()
Returns the class graph.
|
Modifier and Type | Method and Description |
---|---|
protected IntegerSubsumerGraph |
RuleBasedProcessor.getClassGraph()
Returns the class graph.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Renderer.renderWithNames(Writer output,
IntegerEntityManager entityManager,
IntegerSubsumerGraph setS)
Renders set S using Turtle syntax.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntegerSubsumerBidirectionalGraph
This interface models a subsumer graph where it is possible to get also the
subsumees for a particular vertex.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerSubsumerBidirectionalGraphImpl
This class implements a subsumer invGraph.
|
class |
IntegerSubsumerGraphImpl
This class implements a subsumer graph.
|
Constructor and Description |
---|
IntegerHierarchicalGraphImpl(IntegerSubsumerGraph origGraph)
Constructs a hierarchical graph using another graph.
|
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.