Package org.emftrace.quarc.core.gssquery.preselector

Examples of org.emftrace.quarc.core.gssquery.preselector.ApplicableElementsSelector


  private void executeRequiredPhases(boolean goalsAndPriniplesOnly) {

    cacheManager = new CacheManager(gss, queryResultSet, accessLayer);
    cacheManager.initCache();
    new ApplicableElementsSelector(gssQuery, queryResultSet, accessLayer,
        cacheManager, null, gssQuery.getSelectedGoalsSet(),
        goalsAndPriniplesOnly).runWithoutUnicaseCommand();

  }
View Full Code Here

TOP

Related Classes of org.emftrace.quarc.core.gssquery.preselector.ApplicableElementsSelector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.