| Package | Description |
|---|---|
| org.semanticweb.elk.util.collections.chains |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChain<T extends ModifiableLink<T>>
This class provides a skeletal implementation of the
Chain interface
to minimize the effort required to implement this interface. |
| Modifier and Type | Method and Description |
|---|---|
static <K,T extends ModifiableLink<T>> |
AbstractChain.getMapBackedChain(Map<K,T> map,
K key)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Chainable.addTo(Chain<T> chain)
Adds this element to the given
Chain |
boolean |
Chainable.removeFrom(Chain<T> chain)
Removes this element from the given
Chain |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.