T - the types of the elements in the chainpublic interface Chainable<T extends ModifiableLink<T>> extends ModifiableLink<T>
Chains| Modifier and Type | Method and Description |
|---|---|
boolean |
addTo(Chain<T> chain)
Adds this element to the given
Chain |
boolean |
removeFrom(Chain<T> chain)
Removes this element from the given
Chain |
next, setNextCopyright © 2011–2024 Live Ontologies Project. All rights reserved.