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 IntegerBinaryRelation |
CelProcessor.getRelation(Integer relationId)
Returns the binary relation for a given id, or and empty relation if the
id is unknown.
|
Modifier and Type | Method and Description |
---|---|
protected IntegerBinaryRelation |
RuleBasedProcessor.getRelation(Integer relationId)
Returns the binary relation for a given id, or and empty relation if the
id is unknown.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerBinaryRelationImpl
This class implements a binary relation.
|
Modifier and Type | Method and Description |
---|---|
IntegerBinaryRelation |
IntegerRelationMapImpl.get(int relationId) |
IntegerBinaryRelation |
IntegerRelationMap.get(int relationId) |
Copyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.