org.mindswap.owl.list
Interface RDFList
- All Superinterfaces:
- OWLEntity, OWLIndividual, OWLObject, OWLValue
- All Known Subinterfaces:
- AtomList, ControlConstructBag, ControlConstructList, OWLSObjList
public interface RDFList
- extends OWLIndividual
- Author:
- Evren Sirin
| Methods inherited from interface org.mindswap.owl.OWLIndividual |
addProperty, addProperty, addProperty, addProperty, addType, getDifferentIndividuals, getIncomingProperties, getIncomingProperties, getIncomingProperty, getOWLSOntology, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getSameIndividuals, getSourceOntology, getType, getTypes, hasProperty, hasProperty, isDifferentFrom, isSameAs, isType, removeProperties, removeProperty, removeTypes, setProperty, setProperty, setProperty, setProperty, toRDF, toRDF |
| Methods inherited from interface org.mindswap.owl.OWLEntity |
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, getAnonID, getKB, getLabel, getLabel, getLabels, getLocalName, getOntology, getQName, getURI, isAnon, removeAnnotations, setAnnotation, setAnnotation, setAnnotation, setLabel, setLabel |
getFirst
OWLIndividual getFirst()
getFirstValue
OWLValue getFirstValue()
setFirst
void setFirst(OWLValue first)
getRest
RDFList getRest()
setRest
void setRest(RDFList rest)
getVocabulary
ListVocabulary getVocabulary()
getAll
OWLIndividualList getAll()
getAllValues
java.util.List getAllValues()
get
OWLIndividual get(int index)
getValue
OWLValue getValue(int index)
add
RDFList add(OWLValue item)
insert
RDFList insert(OWLValue item)
insertAt
RDFList insertAt(int index,
OWLValue item)
set
void set(int index,
OWLValue item)
iterator
java.util.Iterator iterator()
size
int size()
isEmpty
boolean isEmpty()
Copyright © 2004 Evren Sirin. All Rights Reserved.