Searched defs:result (Results 1 - 25 of 25) sorted by relevance

/owl-s/src/impl/swrl/
H A DSWRLFactoryImpl.java205 public BuiltinAtom createAdd(OWLValue result, OWLValue arg1, OWLValue arg2) { argument
208 atom.setArgument( 0, (SWRLDataObject) result.castTo( SWRLDataObject.class ) );
215 public BuiltinAtom createSubtract(OWLValue result, OWLValue arg1, OWLValue arg2) { argument
218 atom.setArgument( 0, (SWRLDataObject) result.castTo( SWRLDataObject.class ) );
225 public BuiltinAtom createMultiply(OWLValue result, OWLValue arg1, OWLValue arg2) { argument
228 atom.setArgument( 0, (SWRLDataObject) result.castTo( SWRLDataObject.class ) );
235 public BuiltinAtom createDivide(OWLValue result, OWLValue arg1, OWLValue arg2) { argument
238 atom.setArgument( 0, (SWRLDataObject) result.castTo( SWRLDataObject.class ) );
/owl-s/src/org/mindswap/swrl/
H A DSWRLFactory.java50 public BuiltinAtom createAdd(OWLValue result, OWLValue arg1, OWLValue arg2); argument
51 public BuiltinAtom createSubtract(OWLValue result, OWLValue arg1, OWLValue arg2); argument
52 public BuiltinAtom createMultiply(OWLValue result, OWLValue arg1, OWLValue arg2); argument
53 public BuiltinAtom createDivide(OWLValue result, OWLValue arg1, OWLValue arg2); argument
/owl-s/src/impl/owls/grounding/
H A DJavaAtomicGroundingImpl.java132 Object result = null;
180 result = method.invoke(obj, paramValues);
188 if (result != null) {
193 results.setValue(param, EntityFactory.createDataValue(result));
195 results.setValue(param, transformResult(result));
201 private OWLValue transformResult(Object result) { argument
212 return transformer.transformToOWL(result);
/owl-s/lib/pellet/
H A Daterm-java-1.6.jar ... jjtraveler.Visitable) jjtraveler.Visitable visitable int childCount String result String result String tag int i public static java. ...
H A Dpellet.jar ... String) String s String token java.util.Vector result int length int pos int lastPos String[] r public static ...
/owl-s/src/impl/owl/
H A DWrappedIndividual.java81 protected OWLIndividualList getPropertiesAs(OWLObjectProperty prop, Class result) { argument
82 return new CastingList(individual.getProperties(prop), result);
85 protected OWLObject getPropertyAs(OWLObjectProperty prop, Class result) { argument
87 return (value == null) ? null : value.castTo(result);
90 protected OWLObject getPropertyAs(OWLDataProperty prop, Class result) { argument
92 return (value == null) ? null : value.castTo(result);
/owl-s/src/impl/owls/process/
H A DProcessImpl.java157 public void addResult(Result result) { argument
158 addProperty(OWLS.Process.hasResult, result);
161 public void setResult(Result result) { argument
162 setProperty(OWLS.Process.hasResult, result);
166 Result result = getOntology().createResult();
168 addResult( result );
170 return result;
174 Result result = getOntology().createResult( uri );
176 addResult( result );
178 return result;
181 removeResult(Result result) argument
384 deleteResult(Result result) argument
[all...]
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java120 public void addResult(Result result) { argument
121 addProperty(OWLS.Profile.hasResult, result);
124 public void setResult(Result result) { argument
125 setProperty(OWLS.Profile.hasResult, result);
390 public void removeResult(Result result) { argument
391 if (hasProperty(OWLS.Profile.hasResult, result))
392 removeProperty(OWLS.Profile.hasResult, result);
421 public void deleteResult(Result result) { argument
422 result.delete();
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java101 public void addResult(Result result); argument
103 public void setResult(Result result); argument
151 public void removeResult(Result result); argument
294 * Deletes the given result from the ontology
296 * @param result the result to delete
298 public void deleteResult(Result result); argument
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java157 public void addResult(Result result); argument
159 public void setResult(Result result); argument
183 * Get the result for this profile. In case there are multiple results defined for this
310 * Removes the given result by breaking the property <code>process:hasResult</code>
311 * The result itself is not touched at all.
313 * @param result the output to remove
315 public void removeResult(Result result); argument
348 * Deletes the given result from the ontology
350 * @param result the result t
352 deleteResult(Result result) argument
[all...]
/owl-s/lib/jena/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
H A Dicu4j_3_4.jar ... java.lang.String) String source int prev int result com.ibm.icu.text.UCharacterIterator iterator ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...
H A Dlog4j-1.2.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
H A Dcommons-logging.jar ... String) throws java.lang.ClassNotFoundException String name Object result protected boolean isJdk13LumberjackAvailable () Throwable t protected boolean isJdk14Available () Class throwable ...
H A Dstax-1.1.1-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ...
H A Dantlr-2.7.5.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/owl-s/lib/axis/
H A Dlog4j-1.2.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dcommons-logging.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Dcommons-httpclient-3.0-alpha1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...
H A Daxis-ant.jar ... .apache.axis.client.AdminClient admin String result private void logOrThrow (java.lang.String) throws org ...
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...
/owl-s/lib/xsdlib/
H A Dxsdlib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/msv/ com/sun/msv/datatype/ ...
/owl-s/lib/
H A Dupnp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/fujitsu/ com/fujitsu/fla/ com/fujitsu/fla/upnp/ ...

Completed in 53 milliseconds