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

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

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

Methods in org.semanticweb.elk.util.collections.chains with parameters of type ReferenceFactory
<S extends T>
S
AbstractChain.getCreate(Matcher<T,S> matcher, ReferenceFactory<T,S> factory)
           
<S extends T>
S
Chain.getCreate(Matcher<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-2013 Department of Computer Science, University of Oxford. All Rights Reserved.