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

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

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

Classes in org.semanticweb.elk.util.collections.chains with type parameters of type ModifiableLink
 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.
 interface Chain<T extends ModifiableLink<T>>
          A linked list of elements together with helper functions to find, create if not found, and remove elements in the chain.
 interface Chainable<T extends ModifiableLink<T>>
          Elements that can be inserted and removed from Chains
 interface ReferenceFactory<T,O extends ModifiableLink<T>>
          A factoring for creating references
 

Subinterfaces of ModifiableLink in org.semanticweb.elk.util.collections.chains
 interface Chain<T extends ModifiableLink<T>>
          A linked list of elements together with helper functions to find, create if not found, and remove elements in the chain.
 

Classes in org.semanticweb.elk.util.collections.chains that implement ModifiableLink
 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.
 class ModifiableLinkImpl<T>
          A simple implementation of the Link and ModifiableLink interfaces.
 

Methods in org.semanticweb.elk.util.collections.chains with type parameters of type ModifiableLink
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.
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.