| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections.chains |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTypeBasedMatcher<T,O> |
| Modifier and Type | Method and Description |
|---|---|
<S extends T> |
AbstractChain.find(Matcher<? super T,S> matcher) |
<S extends T> |
Chain.find(Matcher<? super T,S> matcher)
Finds the first element in the chain that satisfies the provided
Matcher. |
<S extends T> |
AbstractChain.getCreate(Matcher<? super T,S> matcher,
ReferenceFactory<T,S> factory) |
<S extends T> |
Chain.getCreate(Matcher<? super T,S> matcher,
ReferenceFactory<T,S> factory)
Finds an element in the chain satisfies the provided
Matcher, or
if no such element is found, creates a new element using the provided
ReferenceFactory and inserts it into the chain. |
<S extends T> |
AbstractChain.remove(Matcher<? super T,S> matcher) |
<S extends T> |
Chain.remove(Matcher<? super T,S> descriptor)
Removes the first element in the chain that satisfies the provided
Matcher. |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.