Lines Matching refs:result

675     	Map result = new HashMap();

693 // OWLIndividualList list = (OWLIndividualList) result.get(prop);
696 // result.put(prop, list);
701 // OWLIndividualList list = (OWLIndividualList) result.get(prop);
704 // result.put(prop, list);
714 OWLIndividualList list = (OWLIndividualList) result.get(prop);
717 result.put(prop, list);
723 OWLDataValueList list = (OWLDataValueList) result.get(prop);
726 result.put(prop, list);
732 return result;
740 List result = OWLFactory.createIndividualList();
754 result.add(prop);
757 result.add(prop);
761 return result;
776 OWLDataValue result = null;
792 result = value;
797 return result;
1175 NodeValue result = expr.eval( new Binding0(), new ExecutionContext() );
1176 initialBinding.add( arg1.getVarName(), ontModel.asRDFNode( makeNode( result.getConstant() ) ) );
1180 NodeValue result = expr.eval( new Binding0(), new ExecutionContext() );
1181 initialBinding.add( arg2.getVarName(), ontModel.asRDFNode( result.getConstant().asNode() ) );
1185 NodeValue result = expr.eval( new Binding0(), new ExecutionContext() );
1186 initialBinding.add( arg3.getVarName(), ontModel.asRDFNode( result.getConstant().asNode() ) );
1194 NodeValue result = expr.eval( new Binding0(), new ExecutionContext() );
1195 initialBinding.add( arg1.getVarName(), ontModel.asRDFNode( makeNode( result.getConstant() ) ) );
1199 NodeValue result = expr.eval( new Binding0(), new ExecutionContext() );
1200 initialBinding.add( arg2.getVarName(), ontModel.asRDFNode( result.getConstant().asNode() ) );
1204 NodeValue result = expr.eval( new Binding0(), new ExecutionContext() );
1205 initialBinding.add( arg3.getVarName(), ontModel.asRDFNode( result.getConstant().asNode() ) );
1246 // FIXME Set the result vars
1268 List result = new ArrayList();
1296 result.add(map);
1299 return result;
1303 // List result = new ArrayList();
1342 // result.add(map);
1345 // return result;