Uses of Interface
org.semanticweb.elk.util.collections.chains.Chain

Packages that use Chain
org.semanticweb.elk.util.collections.chains   
 

Uses of Chain in org.semanticweb.elk.util.collections.chains
 

Classes in org.semanticweb.elk.util.collections.chains that implement Chain
 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.
 

Methods in org.semanticweb.elk.util.collections.chains that return Chain
static
<K,T extends ModifiableLink<T>>
Chain<T>
AbstractChain.getMapBackedChain(Map<K,T> map, K key)
          Creates a Chain view of the value associated with the given key in the given Map.
 

Methods in org.semanticweb.elk.util.collections.chains with parameters of type Chain
 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-2013 Department of Computer Science, University of Oxford. All Rights Reserved.