public class IndexedByHeadPredicatesRuleSet extends LinkedListRuleSet
| Constructor and Description |
|---|
IndexedByHeadPredicatesRuleSet() |
IndexedByHeadPredicatesRuleSet(Iterable<Rule> rules) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Rule rule) |
boolean |
addAll(Collection<? extends Rule> c) |
void |
clear() |
Iterable<Rule> |
getRulesByHeadPredicate(Predicate predicate) |
boolean |
remove(Object o) |
boolean |
remove(Rule rule) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
contains, contains, containsAll, isEmpty, iterator, size, toArray, toArray, toStringaddAll, addAll, removeAll, removeAll, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic boolean add(Rule rule)
add in interface RuleSetadd in interface Collection<Rule>add in class LinkedListRuleSetpublic boolean addAll(Collection<? extends Rule> c)
addAll in interface Collection<Rule>addAll in class LinkedListRuleSetpublic boolean remove(Rule rule)
remove in interface RuleSetremove in class LinkedListRuleSetpublic void clear()
clear in interface Collection<Rule>clear in class LinkedListRuleSetpublic boolean remove(Object o)
remove in interface Collection<Rule>remove in class LinkedListRuleSetpublic boolean removeAll(Collection<?> c)
removeAll in interface Collection<Rule>removeAll in class LinkedListRuleSetpublic boolean retainAll(Collection<?> c)
retainAll in interface Collection<Rule>retainAll in class LinkedListRuleSetCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.