Searched refs:isInput (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java707 private void createProcessParams(Process process, boolean isInput, OWLIndividual processInfo) { argument
708 OWLObjectProperty prop = isInput ? OWLS_1_0.Process.hasInput : OWLS_1_0.Process.hasOutput;
714 if(isInput) {
727 (isInput ? " Input ":" Output " ) +
820 private void createProfileParams(Profile profile, boolean isInput, OWLIndividual profileInfo) { argument
821 OWLObjectProperty prop = isInput ? OWLS_1_0.Profile.hasInput : OWLS_1_0.Profile.hasOutput;
835 if(isInput) {
846 (isInput ? " Input ":" Output " ) +
1036 private void createMessageMapList(AtomicGrounding g, OWLIndividual groundingInfo, boolean isInput) { argument
1043 messageParts = isInput
[all...]
/owl-s/lib/axis/
H A Dcommons-httpclient-3.0-alpha1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 693 milliseconds