Package | Description |
---|---|
org.thegalactic.rule |
This package is designed to represent rules.
|
Modifier and Type | Class and Description |
---|---|
class |
AssociationRule
This class gives a representation for an association rule.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<Rule> |
ImplicationalSystem.getRules()
Returns the set of rules.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImplicationalSystem.addRule(Rule rule)
Adds the specified rule to this component.
|
boolean |
ImplicationalSystem.checkRuleElements(Rule rule)
Checks if the set S of this component contains the elements of the specified rule.
|
int |
Rule.compareTo(Rule rule)
Compares this component with the specified one by comparing their premises, or their conclusion in case of equality of the premises.
|
boolean |
ImplicationalSystem.containsRule(Rule rule)
Checks if this component already contains the specified rule.
|
boolean |
ImplicationalSystem.removeRule(Rule rule)
Removes the specified rule from the set of rules of this component.
|
boolean |
ImplicationalSystem.replaceRule(Rule rule1,
Rule rule2)
Replaces the first specified rule by the second one.
|
Constructor and Description |
---|
ImplicationalSystem(Collection<Rule> sigma)
Constructs this component from the specified set of rules
sigma . |
Copyright © 2010–2016 The Galactic Organization. All rights reserved.