Package eu.scape_project.planning.model.measurement

Examples of eu.scape_project.planning.model.measurement.EvaluationScope


            QuerySolution qs = results.next();
            String categoryId = qs.getResource("c").toString();
            String name = qs.getLiteral("cn").getString();
            String scopeStr = qs.getResource("scope").getLocalName();

            EvaluationScope scope = null;

            if ("OBJECT".equals(scopeStr)) {
                scope = EvaluationScope.OBJECT;
            } else {
                scope = EvaluationScope.ALTERNATIVE_ACTION;
View Full Code Here

TOP

Related Classes of eu.scape_project.planning.model.measurement.EvaluationScope

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.