Searched refs:args (Results 1 - 25 of 40) sorted by relevance

12

/owl-s/src/examples/
H A DTranslator.java63 public static void main(String[] args) throws Exception { argument
64 if(args.length != 1) {
65 if(args.length < 1)
67 if(args.length > 1)
74 translator.translate(args[0], new PrintWriter(System.out));
H A DOWLSValidator.java219 public static void main(String[] args) throws Exception { argument
220 if(args.length != 1) {
221 if(args.length < 1)
223 if(args.length > 1)
230 System.out.println("Valid: " + validator.validate(args[0]));
H A DRunAllExamples.java13 public static void main(String[] args) { argument
H A DServiceParameterExample.java31 public static void main(String[] args) throws Exception { argument
H A DCreateJavaGrounding.java37 public static void main(String[] args) throws Exception { argument
H A DForEachExample.java116 public static void main(String[] args) throws Exception { argument
H A DMatchmaker.java182 public static void main(String[] args) throws FileNotFoundException, URISyntaxException { argument
H A DOWLSExtensions.java36 public static void main(String[] args) throws Exception { argument
H A DPreconditionCheck.java131 public static void main(String[] args) throws Exception { argument
H A DPreconditionUsage.java121 public static void main(String[] args) throws Exception { argument
H A DQuickTest.java40 public static void main(String[] args) { argument
H A DServiceExtension.java41 public static void main(String[] args) throws Exception { argument
H A DExecutionMonitor.java193 public static void main(String[] args) throws Exception { argument
H A DCreateSequence.java281 public static void main(String[] args) throws Exception { argument
H A DRunService.java401 public static void main(String[] args) throws Exception { argument
/owl-s/src/impl/swrl/
H A DBuiltinAtomImpl.java54 OWLIndividual args = getProperty(SWRL.arguments);
56 return (args == null) ? null : (RDFList) args.castTo( RDFList.class );
60 RDFList args = getArguments();
62 if( args == null ) return null;
64 OWLValue arg = args.getValue( index );
75 RDFList args = getArguments();
77 if( args == null ) {
79 args = nil.insert( arg );
80 setProperty(SWRL.arguments, args);
[all...]
H A DAtomListImpl.java172 SWRLDataObject[] args = new SWRLDataObject[ argCount ];
175 args[i] = getDataObject( arg, binding );
179 newAtom = swrl.createEqual( args[0], args[1] );
181 newAtom = swrl.createNotEqual( args[0], args[1] );
183 newAtom = swrl.createGreaterThan( args[0], args[1] );
185 newAtom = swrl.createGreaterThanOrEqual( args[0], args[
[all...]
/owl-s/lib/pellet/
H A Daterm-java-1.6.jarMETA-INF/MANIFEST.MF jjtraveler/util/ToATermString.class ToATermString.java package jjtraveler.util public ...
/owl-s/src/test/
H A DRemovalTests.java27 public static void main(String[] args) { argument
/owl-s/lib/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 Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...
H A Djena.jar ... .RDFDatatype dt java.util.Iterator iter String[] args static void " href="/source/s?defs=% ...
/owl-s/lib/axis/
H A Daxis-ant.jar ... .ant.BuildException e Exception e int counter String[] args java.util.Iterator it org.apache. ...
/owl-s/src/impl/jena/
H A DOWLWriterImpl.java239 public static void main(String[] args) { argument

Completed in 153 milliseconds

12