Lines Matching defs:output
89 public void addOutput(Output output);
137 * Return the first output or null if there is no input.
164 * Return the parameter (input or output) with the given URI. First check if input list
165 * contains the parameter and then check the output list. A null value is returned if
230 * Removes the given output by breaking the property <code>process:hasOutput</code>
231 * The output itself is not touched at all.
233 * @param output the output to remove
235 public void removeOutput(Output output);
247 * @param output the local to remove
270 * Deletes the given output from the ontology
272 * @param output the output to delete
274 public void deleteOutput(Output output);