| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections.chains |
| Modifier and Type | Method and Description |
|---|---|
<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. |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.