}
public void testModifiers() throws Exception
{
registerSemanticDType("Query",
new SimpleSemanticType("dispel", "Query", "dispel"));
registerSemanticDType("ResultSet",
new SimpleSemanticType("dispel", "ResultSet", "dispel"));
registerSemanticDType("URI",
new SimpleSemanticType("dispel", "URI", "dispel"));
registerSemanticDType("SatelliteImage",
new SimpleSemanticType("dispel", "SatelliteImage", "dispel"));
registerSemanticDType("DistrictPopulation",
new SimpleSemanticType("dispel", "DistrictPopulation", "dispel"));
registerSemanticDType("NationalPopulation",
new SimpleSemanticType("dispel", "NationalPopulation", "dispel"));
DISPELGraphBuilder builder =
runDISPELFromFile(PATH + "modifiers.dispel");
assertNull(mError);
Variable var = builder.getDispelExecutionState().getVariables().get("SQLQuery");
assertTrue(var.getType() instanceof ProcessingElementTypeType);