Uses of Class
de.uni_leipzig.wifa.iwi.mr3.common.Match

Packages that use Match
de.uni_leipzig.wifa.iwi.mr3.common Generated classes. 
de.uni_leipzig.wifa.iwi.mr3.dao DAO interfaces. 
de.uni_leipzig.wifa.iwi.mr3.dao.neo4j.impl DAO implementation for neo4j. 
de.uni_leipzig.wifa.iwi.mr3.service (Web-) service interfaces. 
de.uni_leipzig.wifa.iwi.mr3.service.impl Service implementation. 
 

Uses of Match in de.uni_leipzig.wifa.iwi.mr3.common
 

Fields in de.uni_leipzig.wifa.iwi.mr3.common declared as Match
protected  Match[] FindResponse.localMatch
          field for Match This was an Array!
 

Methods in de.uni_leipzig.wifa.iwi.mr3.common that return Match
 Match[] FindResponse.getMatch()
          Auto generated getter method
static Match Match.Factory.parse(XMLStreamReader reader)
          static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
 

Methods in de.uni_leipzig.wifa.iwi.mr3.common with parameters of type Match
 void FindResponse.addMatch(Match param)
          Auto generated add method for the array for convenience
 void FindResponse.setMatch(Match[] param)
          Auto generated setter method
protected  void FindResponse.validateMatch(Match[] param)
          validate the array for Match
 

Uses of Match in de.uni_leipzig.wifa.iwi.mr3.dao
 

Methods in de.uni_leipzig.wifa.iwi.mr3.dao that return Match
 Match[] ModelRepositoryDao.find(String expression, String[] classifiers, boolean isRegEx, boolean isCaseSensitive)
          Finds all instances of given classifiers that contain given expression.
 Match[] SearchProcessor.processCompleteSearch(String expression, String[] classifiers, boolean isCaseSensitive, boolean isRegEx)
          Processes a complete search over all direct and indirect instances of EObject.
 Match[] SearchProcessor.processPartialSearch(String expression, String[] classifiers, boolean isCaseSensitive, boolean isRegEx)
          Processes a partial search for instances of given classifiers.
 

Uses of Match in de.uni_leipzig.wifa.iwi.mr3.dao.neo4j.impl
 

Methods in de.uni_leipzig.wifa.iwi.mr3.dao.neo4j.impl that return Match
 Match[] ModelRepositoryDaoNeo4jImpl.find(String expression, String[] classifiers, boolean isRegEx, boolean isCaseSensitive)
          Finds all instances of given classifiers that contain given expression.
 Match[] SearchProcessorImpl.processCompleteSearch(String expression, String[] classifiers, boolean isCaseSensitive, boolean isRegEx)
          Processes a complete search over all direct and indirect instances of EObject.
 Match[] SearchProcessorImpl.processPartialSearch(String expression, String[] classifiers, boolean isCaseSensitive, boolean isRegEx)
          Processes a partial search for instances of given classifiers.
 

Uses of Match in de.uni_leipzig.wifa.iwi.mr3.service
 

Methods in de.uni_leipzig.wifa.iwi.mr3.service that return Match
 Match[] ModelRepositorySkeletonInterface.find(String[] classifier, String expression, boolean regexp, boolean casesensitive)
          Auto generated method signature
 

Uses of Match in de.uni_leipzig.wifa.iwi.mr3.service.impl
 

Methods in de.uni_leipzig.wifa.iwi.mr3.service.impl that return Match
 Match[] ModelRepositoryServiceImpl.find(String[] classifiers, String expression, boolean isRegEx, boolean isCaseSensitive)
          Find model by conditions. y
 



Copyright © 2010 Uni-Leipzig. All Rights Reserved.