Searched refs:local (Results 1 - 9 of 9) sorted by relevance

/owl-s/src/impl/owls/process/
H A DProcessImpl.java130 public void addLocal(Local local) { argument
131 addProperty(OWLS.Process.hasLocal, local);
135 Local local = getOntology().createLocal( uri );
138 local.setParamType( paramType );
140 addLocal( local );
142 return local;
325 public void removeLocal(Local local) { argument
326 if (hasProperty(OWLS.Process.hasLocal, local))
327 removeProperty(OWLS.Process.hasLocal, local);
360 public void deleteLocal(Local local) { argument
[all...]
/owl-s/src/org/mindswap/owls/process/
H A DProcess.java95 public void addLocal(Local local); argument
156 * Get all the parameters of this process. This list includes inputs, outputs and local parameters.
244 * Removes the given local by breaking the property <code>process:hasLocal</code>
245 * The local itself is not touched at all.
247 * @param output the local to remove
249 public void removeLocal(Local local); argument
282 * Deletes the given local from the ontology
284 * @param local the local to delete
286 public void deleteLocal(Local local); argument
[all...]
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java307 Parameter local = (Parameter) locals.get(i);
308 OWLType type = local.getParamType();
309 out.print(qname(local));
/owl-s/lib/axis/
H A Daxis.jar ... http/ org/apache/axis/transport/java/ org/apache/axis/transport/local/ org/apache/axis/types/ org/apache/axis/utils/ org/apache ...
/owl-s/lib/jena/
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
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 Dicu4j_3_4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/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/pellet/
H A Dpellet.jar ... j boolean matchCurr com.lre.graph.Vertex local int i com.lre.graph.Vertex two ...

Completed in 34 milliseconds