Package | Description |
---|---|
pl.poznan.put.cs.idss.jrs.ranking | |
pl.poznan.put.cs.idss.jrs.rules |
Modifier and Type | Class | Description |
---|---|---|
class |
FuzzyRelation |
Class representing fuzzy relation, i.e. relation, that can be satisfied to some degree from [0,1] interval.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RelationAtLeast |
Class representing relation ">="
|
class |
RelationAtLeastForPairOfValues |
Class representing relation ">=", verified on first and second elements from pairs of simple values
(objects of type
PairField ). |
class |
RelationAtMost |
Class representing relation "<="
|
class |
RelationAtMostForPairOfValues |
Class representing relation "<=", verified on first end second elements from pairs of simple values
(objects of type
PairField ). |
class |
RelationEqual |
Class representing relation "="
|
class |
RelationEqualForPairOfValues |
Class representing relation "=", verified on first end second elements from pairs of simple values
(objects of type
PairField ). |
class |
RelationGreaterThan |
Class representing relation "RelationGreaterThan"
|
class |
RelationGreaterThanForPairOfValues |
Class representing relation ">", verified on first end second elements from pairs of simple values
(objects of type
PairField ). |
class |
RelationLessThan |
Class representing relation "<"
|
class |
RelationLessThanForPairOfValues |
Class representing relation "<", verified on first end second elements from pairs of simple values
(objects of type
PairField ). |
class |
RelationNotEqual |
Class representing relation "!
|
Modifier and Type | Method | Description |
---|---|---|
abstract Relation |
Relation.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation
|
Relation |
RelationAtLeast.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationAtLeastForPairOfValues.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationAtMost.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationAtMostForPairOfValues.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationEqual.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationEqualForPairOfValues.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationGreaterThan.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationGreaterThanForPairOfValues.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationLessThan.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationLessThanForPairOfValues.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
RelationNotEqual.duplicate() |
Returns duplicate of this relation, which is fully independent of this relation.
|
Relation |
SingleCondition.getRelation() |
Gets relation associated with this condition
|
Relation |
SingleConditionForPairOfValues.getRelation() |
Gets relation associated with this condition
|
Relation |
SimilarityCondition.getSimilarityRelation() |
Gets similarity relation associated with this similarity condition
|
Modifier and Type | Method | Description |
---|---|---|
void |
SingleCondition.setRelation(Relation relation) |
Sets relation associated with this condition.
|
void |
SingleConditionForPairOfValues.setRelation(Relation relation) |
Sets relation associated with this condition.
|
void |
SimilarityCondition.setSimilarityRelation(Relation similarityRelation) |
Sets similarity relation associated with this similarity condition.
|
Constructor | Description |
---|---|
SimilarityCondition(AttributeInfo attributeInfo,
Relation similarityRelation,
RelationEqual referenceValueRelation) |
Constructs similarity condition with specified information about the attribute, similarity relation and reference value relation.
|
SingleCondition(AttributeInfo attributeInfo,
Relation relation) |
Constructs single condition with specified information about the attribute and relation.
|
SingleConditionForPairOfValues(AttributeInfo attributeInfo,
Relation relation,
int conditionInterpretation) |
Constructs single condition for pair of values with specified information about the attribute, relation and interpretation.
|