Searched refs:createFactory (Results 1 - 8 of 8) sorted by relevance

/owl-s/src/org/mindswap/swrl/
H A DSWRLFactoryCreator.java16 public static SWRLFactory createFactory() { method in class:SWRLFactoryCreator
17 return createFactory( OWLFactory.createOntology() );
20 public static SWRLFactory createFactory( OWLOntology ont ) { method in class:SWRLFactoryCreator
/owl-s/src/org/mindswap/owl/
H A DOWLFactory.java73 private static OWLFactory.Interface factory = createFactory();
75 private static OWLFactory.Interface createFactory() { method in class:OWLFactory
/owl-s/src/org/mindswap/owls/
H A DOWLSListFactory.java82 private static OWLSListFactory.Interface factory = createFactory();
84 private static OWLSListFactory.Interface createFactory() { method in class:OWLSListFactory
/owl-s/src/org/mindswap/utils/
H A DProcessUtils.java87 swrl = SWRLFactoryCreator.createFactory( kb.getBaseOntology() );
93 swrl = SWRLFactoryCreator.createFactory( process.getOntology() );
/owl-s/src/impl/jena/
H A DRDQLParser.java70 SWRLFactory swrl = SWRLFactoryCreator.createFactory( ont );
/owl-s/src/impl/swrl/
H A DAtomListImpl.java129 SWRLFactory swrl = SWRLFactoryCreator.createFactory( ont );
/owl-s/src/examples/
H A DCreateComplexProcess.java303 swrl = SWRLFactoryCreator.createFactory();
/owl-s/lib/axis/
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...

Completed in 18 milliseconds