Lines Matching defs:output
41 Output output;
45 public Match(int matchType, Output output, Input input) {
47 this.outputService = output.getService();
48 this.output = output;
59 str += outputService.getLocalName() + "." + output.getLocalName();
127 Output output = (Output) binding.getIndividualValue("param").castTo(Output.class);
128 OWLType outputType = output.getParamType();
140 // output.getLocalName() + " " +
147 matches.add(new Match(matchType, output, input));