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

Method Summary
 RDFList add(OWLValue item)
           
 OWLIndividual get(int index)
           
 OWLIndividualList getAll()
           
 java.util.List getAllValues()
           
 OWLIndividual getFirst()
           
 OWLValue getFirstValue()
           
 RDFList getRest()
           
 OWLValue getValue(int index)
           
 ListVocabulary getVocabulary()
           
 RDFList insert(OWLValue item)
           
 RDFList insertAt(int index, OWLValue item)
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 void set(int index, OWLValue item)
           
 void setFirst(OWLValue first)
           
 void setRest(RDFList rest)
           
 int size()
           
 
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
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 
Methods inherited from interface org.mindswap.owl.OWLValue
isDataValue, isIndividual
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 

Method Detail

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.