Searched refs:getFirstValue (Results 1 - 7 of 7) sorted by relevance

/owl-s/src/impl/owl/list/
H A DRDFListImpl.java101 return (OWLIndividual) getFirstValue();
104 public OWLValue getFirstValue() { method in class:RDFListImpl
135 result.add(list.getFirstValue());
148 return (index == 0) ? getFirstValue() : getRest().getValue(index - 1);
188 if ((size() == 1) && (getFirstValue().equals(value)))
194 if (rest.getFirstValue().equals(value))
217 list.setFirst(getRest().getFirstValue());
271 return equals(vocabulary.nil()) || (getFirstValue() != null && getFirstValue().equals(vocabulary.nil()));
/owl-s/src/org/mindswap/owl/list/
H A DRDFList.java42 public OWLValue getFirstValue(); method in interface:RDFList
/owl-s/src/impl/owls/process/constructs/
H A DControlConstructBagImpl.java60 public OWLValue getFirstValue() { method in class:ControlConstructBagImpl
80 bag.setFirst(getRest().getFirstValue());
H A DControlConstructListImpl.java61 public OWLValue getFirstValue() { method in class:ControlConstructListImpl
81 list.setFirst(getRest().getFirstValue());
/owl-s/src/impl/owls/generic/list/
H A DOWLSObjListImpl.java68 bag.setFirst(getRest().getFirstValue());
/owl-s/src/impl/swrl/
H A DAtomListImpl.java84 public OWLValue getFirstValue() { method in class:AtomListImpl
241 list.setFirst(getRest().getFirstValue());
/owl-s/lib/axis/
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...

Completed in 16 milliseconds