Searched refs:ListVocabulary (Results 1 - 13 of 13) sorted by relevance

/owl-s/src/org/mindswap/owl/list/
H A DListVocabulary.java38 public interface ListVocabulary { interface
45 public ListVocabulary specialize(OWLClass listType);
H A DRDFList.java50 public ListVocabulary getVocabulary();
H A DGenericListVocabulary.java40 public class GenericListVocabulary implements ListVocabulary {
112 public ListVocabulary specialize(OWLClass listType) {
/owl-s/src/org/mindswap/owl/vocabulary/
H A DRDF.java32 import org.mindswap.owl.list.ListVocabulary;
55 public final static ListVocabulary ListVocabulary = field in class:RDF
H A DSWRL.java10 import org.mindswap.owl.list.ListVocabulary;
60 public final static ListVocabulary AtomListVocabulary =
61 RDF.ListVocabulary.specialize(AtomList);
/owl-s/src/impl/owl/list/
H A DRDFListImpl.java42 import org.mindswap.owl.list.ListVocabulary;
51 protected ListVocabulary vocabulary;
85 setVocabulary(RDF.ListVocabulary);
274 public ListVocabulary getVocabulary() {
278 public void setVocabulary(ListVocabulary vocabulary) {
/owl-s/src/impl/swrl/
H A DBuiltinAtomImpl.java78 RDFList nil = getOntology().createList( RDF.ListVocabulary );
94 RDFList nil = getOntology().createList( RDF.ListVocabulary );
/owl-s/src/org/mindswap/owl/
H A DOWLModel.java15 import org.mindswap.owl.list.ListVocabulary;
166 // public OWLSObjListFactory getListFactory(ListVocabulary vocabulary);
917 public RDFList createList(ListVocabulary vocabulary);
919 public RDFList createList(ListVocabulary vocabulary, OWLIndividual item);
921 public RDFList createList(ListVocabulary vocabulary, OWLIndividualList items);
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_0DL.java30 import org.mindswap.owl.list.ListVocabulary;
290 public static ListVocabulary ObjList = new GenericListVocabulary(URIUtils.createURI(URI + "generic/ObjectList.owl#"));
H A DOWLS_1_1.java33 import org.mindswap.owl.list.ListVocabulary;
479 public static ListVocabulary ObjList = new GenericListVocabulary(URIUtils.createURI(URI + "generic/ObjectList.owl#"));
481 public static ListVocabulary CCList;
482 public static ListVocabulary CCBag;
H A DOWLS_1_2.java33 import org.mindswap.owl.list.ListVocabulary;
479 public static ListVocabulary ObjList = new GenericListVocabulary(URIUtils.createURI(URI + "generic/ObjectList.owl#"));
481 public static ListVocabulary CCList;
482 public static ListVocabulary CCBag;
/owl-s/src/impl/owls/
H A DOWLSConverters.java77 import org.mindswap.owl.list.ListVocabulary;
226 new ListConverter(RDFListImpl.class, RDF.ListVocabulary);
512 ListVocabulary vocabulary;
514 public ListConverter(Class javaClass, ListVocabulary vocabulary) {
/owl-s/src/impl/jena/
H A DOWLModelImpl.java75 import org.mindswap.owl.list.ListVocabulary;
300 ListVocabulary vocabulary = OWLS.ObjList;
324 public RDFList createList(ListVocabulary vocabulary) {
333 public RDFList createList(ListVocabulary vocabulary, OWLIndividual item) {
340 public RDFList createList(ListVocabulary vocabulary, OWLIndividualList items) {

Completed in 119 milliseconds