Uses of Interface
org.apache.muse.ws.dm.muws.Match

Packages that use Match
org.apache.muse.ws.dm.muws   
org.apache.muse.ws.dm.muws.impl   
 

Uses of Match in org.apache.muse.ws.dm.muws
 

Methods in org.apache.muse.ws.dm.muws with parameters of type Match
 void Match.addMatch(Match child)
           
 void Match.removeMatch(Match child)
           
 

Uses of Match in org.apache.muse.ws.dm.muws.impl
 

Classes in org.apache.muse.ws.dm.muws.impl that implement Match
 class AllMatch
          AllMatch is a ComplexMatch that acts as a conditional AND (&&) on all subexpressions.
 class AnyMatch
          AnyMatch is a ComplexMatch that acts as a conditional OR (||) on all subexpressions.
 class ComplexMatch
          ComplexMatch is an abstract class for any pbm:Match that supports subexpressions (sub-Matches).
 class MatchCorrelation
          MatchCorrelation represents correlation expressions formatted with the MUWS Simple Property Boolean Match (PBM) schema.
 class SimpleMatch
          SimpleMatch is the most concrete form of pbm:Match - it allows an evaluator to compare to resources based on a single property value.
 

Methods in org.apache.muse.ws.dm.muws.impl that return Match
 Match MatchFactory.createMatch(WsResource resource, Element xml)
           
 

Methods in org.apache.muse.ws.dm.muws.impl with parameters of type Match
 void SimpleMatch.addMatch(Match child)
          This method always throws an UnsupportedOperationException, because simple PBMs can't have children.
 void ComplexMatch.addMatch(Match child)
           
 void MatchCorrelation.addMatch(Match child)
           
 void SimpleMatch.removeMatch(Match child)
          This method always throws an UnsupportedOperationException, because simple PBMs can't have children.
 void ComplexMatch.removeMatch(Match child)
           
 void MatchCorrelation.removeMatch(Match child)
           
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.