|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of RDFList in edu.stanford.smi.protegex.owl.model |
Methods in edu.stanford.smi.protegex.owl.model that return RDFList | |
RDFList |
OWLDataRange.getOneOf()
Gets a collection of the values in this owl:DataRange. |
RDFList |
RDFList.getRest()
|
RDFList |
RDFList.getStart()
Gets the start of the RDFList chain containing this. |
RDFList |
OWLModel.createRDFList()
Creates a new empty rdf:List |
RDFList |
OWLModel.createRDFList(Iterator values)
Creates a new rdf:List. |
RDFList |
OWLModel.getRDFNil()
Gets the placeholder for empty rdf:Lists. |
Methods in edu.stanford.smi.protegex.owl.model with parameters of type RDFList | |
void |
RDFList.setRest(RDFList rest)
|
Uses of RDFList in edu.stanford.smi.protegex.owl.model.framestore |
Methods in edu.stanford.smi.protegex.owl.model.framestore with parameters of type RDFList | |
private void |
OWLFrameStore.deleteListInstance(RDFList li)
Deletes a RDFList cleanly from its list. |
private void |
OWLFrameStore.deleteListChain(RDFList list)
|
Uses of RDFList in edu.stanford.smi.protegex.owl.model.impl |
Classes in edu.stanford.smi.protegex.owl.model.impl that implement RDFList | |
class |
DefaultRDFList
|
Methods in edu.stanford.smi.protegex.owl.model.impl that return RDFList | |
RDFList |
DefaultRDFList.getRest()
|
RDFList |
DefaultRDFList.getStart()
|
RDFList |
DefaultOWLDataRange.getOneOf()
|
RDFList |
AbstractOWLModel.createRDFList()
|
RDFList |
AbstractOWLModel.createRDFList(Iterator values)
|
private RDFList |
AbstractOWLModel.createListInstance(Iterator values,
edu.stanford.smi.protege.model.Cls listCls)
|
RDFList |
AbstractOWLModel.getRDFNil()
|
Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type RDFList | |
static void |
DefaultRDFList.removeListValue(RDFResource resource,
RDFProperty property,
RDFList li,
int index)
|
void |
DefaultRDFList.setRest(RDFList rest)
|
static void |
OWLUtil.getReferringLogicalClasses(RDFList list,
Set set)
|
Uses of RDFList in edu.stanford.smi.protegex.owl.model.visitor |
Methods in edu.stanford.smi.protegex.owl.model.visitor with parameters of type RDFList | |
void |
OWLModelVisitor.visitRDFList(RDFList rdfList)
|
void |
OWLModelVisitorAdapter.visitRDFList(RDFList rdfList)
|
Uses of RDFList in edu.stanford.smi.protegex.owl.swrl.model |
Subinterfaces of RDFList in edu.stanford.smi.protegex.owl.swrl.model | |
interface |
SWRLAtomList
|
Methods in edu.stanford.smi.protegex.owl.swrl.model that return RDFList | |
RDFList |
SWRLBuiltinAtom.getArguments()
|
Methods in edu.stanford.smi.protegex.owl.swrl.model with parameters of type RDFList | |
SWRLBuiltinAtom |
SWRLFactory.createBuiltinAtom(SWRLBuiltin swrlBuiltin,
RDFList arguments)
|
void |
SWRLBuiltinAtom.setArguments(RDFList arguments)
|
Uses of RDFList in edu.stanford.smi.protegex.owl.swrl.model.impl |
Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement RDFList | |
class |
DefaultSWRLAtomList
|
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl that return RDFList | |
RDFList |
DefaultSWRLBuiltinAtom.getArguments()
|
Methods in edu.stanford.smi.protegex.owl.swrl.model.impl with parameters of type RDFList | |
void |
DefaultSWRLBuiltinAtom.setArguments(RDFList arguments)
|
Uses of RDFList in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer |
Methods in edu.stanford.smi.protegex.owl.writer.rdfxml.renderer with parameters of type RDFList | |
void |
RDFResourceRenderer.visitRDFList(RDFList rdfList)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |