|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RDFList
An RDFResource represents an rdf:List.
Method Summary | |
---|---|
void |
append(Object value)
Appends a value to this list. |
boolean |
contains(Object value)
Checks whether a given value is among the entries in this list. |
Object |
getFirst()
|
RDFSLiteral |
getFirstLiteral()
Gets the rdf:first value of this as an RDFSLiteral. |
RDFList |
getRest()
|
RDFList |
getStart()
Gets the start of the RDFList chain containing this. |
List |
getValueLiterals()
Gets the values in this list as RDFSLiterals. |
List |
getValues()
Gets the values in this list. |
boolean |
isClosed()
Checks whether this is eventually terminated with an rdf:rest rdf:nil triple. |
void |
setFirst(Object value)
|
void |
setRest(RDFList rest)
|
int |
size()
|
Methods inherited from interface edu.stanford.smi.protege.model.Instance |
---|
moveDirectType |
Methods inherited from interface edu.stanford.smi.protege.model.Frame |
---|
assertFrameName, getFrameID, isValid, moveDirectOwnSlotValue, rename |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.RDFObject |
---|
equalsStructurally |
Methods inherited from interface edu.stanford.smi.protegex.owl.model.visitor.Visitable |
---|
accept |
Method Detail |
---|
void append(Object value)
value
- the value to append a list node forboolean contains(Object value)
value
- the value to look for
Object getFirst()
RDFSLiteral getFirstLiteral()
RDFList getRest()
RDFList getStart()
List getValueLiterals()
List getValues()
boolean isClosed()
void setFirst(Object value)
void setRest(RDFList rest)
int size()
|
Protégé-OWL 3.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |