Searched defs:createFactory (Results 1 - 4 of 4) sorted by relevance
/owl-s/src/org/mindswap/swrl/ | ||
H A D | SWRLFactoryCreator.java | 16 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 D | OWLFactory.java | 73 private static OWLFactory.Interface factory = createFactory();
75 private static OWLFactory.Interface createFactory() { method in class:OWLFactory |
/owl-s/src/org/mindswap/owls/ | ||
H A D | OWLSListFactory.java | 82 private static OWLSListFactory.Interface factory = createFactory();
84 private static OWLSListFactory.Interface createFactory() { method in class:OWLSListFactory |
/owl-s/lib/axis/ | ||
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
Completed in 14 milliseconds