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

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

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

Classes in org.semanticweb.elk.util.collections.chains that implement Matcher
 class SimpleTypeBasedMatcher<T,O>
           
 

Methods in org.semanticweb.elk.util.collections.chains with parameters of type Matcher
<S extends T>
S
AbstractChain.find(Matcher<T,S> matcher)
           
<S extends T>
S
Chain.find(Matcher<T,S> matcher)
          Finds the first element in the chain that satisfies the provided Matcher.
<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.
<S extends T>
S
AbstractChain.remove(Matcher<T,S> matcher)
           
<S extends T>
S
Chain.remove(Matcher<T,S> descriptor)
          Removes the first element in the chain that satisfies the provided Matcher.
 



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