org.mindswap.owl.list
Interface ListVocabulary

All Known Implementing Classes:
GenericListVocabulary

public interface ListVocabulary

Author:
Evren Sirin

Method Summary
 OWLObjectProperty first()
           
 OWLDataProperty firstD()
           
 OWLClass List()
           
 OWLIndividual nil()
           
 OWLObjectProperty rest()
           
 ListVocabulary specialize(OWLClass listType)
           
 

Method Detail

List

OWLClass List()

first

OWLObjectProperty first()

firstD

OWLDataProperty firstD()

rest

OWLObjectProperty rest()

nil

OWLIndividual nil()

specialize

ListVocabulary specialize(OWLClass listType)


Copyright © 2004 Evren Sirin. All Rights Reserved.