Searched defs:Interface (Results 1 - 5 of 5) sorted by relevance

/owl-s/src/impl/owl/
H A DXSDDataTypes.java23 private static interface Interface { interface in class:XSDDataTypes
32 private static class Impl implements Interface{
/owl-s/src/org/mindswap/owls/
H A DOWLSFactory.java40 public interface Interface { interface in class:OWLSFactory
56 private static OWLSFactory.Interface factory = new OWLSFactoryImpl();
H A DOWLSListFactory.java43 public interface Interface { interface in class:OWLSListFactory
82 private static OWLSListFactory.Interface factory = createFactory();
84 private static OWLSListFactory.Interface createFactory() {
88 factory = (OWLSListFactory.Interface) impl.newInstance();
/owl-s/src/org/mindswap/owl/
H A DOWLFactory.java47 public interface Interface { interface in class:OWLFactory
73 private static OWLFactory.Interface factory = createFactory();
75 private static OWLFactory.Interface createFactory() {
79 factory = (OWLFactory.Interface) impl.newInstance();
/owl-s/lib/jena/
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...

Completed in 28 milliseconds