Searched refs:isEmpty (Results 1 - 25 of 31) sorted by relevance

12

/owl-s/src/impl/owl/list/
H A DRDFListImpl.java65 return !list.isEmpty();
69 if(list.isEmpty())
113 // if (isEmpty())
126 for(RDFList list = this; !list.isEmpty(); list = list.getRest())
134 for(RDFList list = this; !list.isEmpty(); list = list.getRest())
145 if(isEmpty())
152 if (isEmpty())
157 if( rest.isEmpty() )
178 if( index < 0 || isEmpty() )
193 while (!rest.isEmpty()) {
270 public boolean isEmpty() { method in class:RDFListImpl
[all...]
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidatorReport.java36 if (mMessageMap.isEmpty())
48 boolean valid = msgSet.isEmpty();
/owl-s/src/org/mindswap/owl/list/
H A DRDFList.java72 public boolean isEmpty(); method in interface:RDFList
/owl-s/src/impl/swrl/
H A DAtomListImpl.java51 if( isEmpty() )
56 if(rest.isEmpty())
132 for( AtomList list = this; !list.isEmpty(); list = (AtomList) list.getRest() ) {
200 if( newList.isEmpty() )
215 for( AtomList list = this; !list.isEmpty(); list = (AtomList) list.getRest() ) {
228 for(RDFList list = this; !list.isEmpty(); list = list.getRest()) {
/owl-s/src/impl/owl/
H A DWrappingList.java63 public boolean isEmpty() { method in class:WrappingList
64 return baseList.isEmpty();
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java242 return process.getInputs().isEmpty() &&
243 process.getLocals().isEmpty() &&
244 process.getOutputs().isEmpty() &&
245 process.getConditions().isEmpty() &&
246 process.getResults().isEmpty();
501 if( !bindings.isEmpty() ) {
553 if( !resultVars.isEmpty() ) {
583 if( !bindings.isEmpty() ) {
593 if( !bindings.isEmpty() ) {
667 if( processes.isEmpty() )
[all...]
/owl-s/src/org/mindswap/query/
H A DValueMap.java194 public boolean isEmpty() { method in class:ValueMap
195 return map.isEmpty();
H A DABoxQuery.java73 for( AtomList list = body; !list.isEmpty(); list = (AtomList) list.getRest() ) {
/owl-s/src/impl/owls/process/constructs/
H A DBagBasedControlConstructImpl.java41 while(!components.isEmpty()) {
H A DSequenceImpl.java74 while(!components.isEmpty()) {
/owl-s/src/examples/
H A DPreconditionUsage.java94 if( values.isEmpty() )
/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java260 if( importees.isEmpty() ) {
484 return (list == null || list.isEmpty()) ? null : getCorrectService(list, uri);
490 return (list == null || list.isEmpty()) ? null : getCorrectService(list, baseURI);
496 return (list == null || list.isEmpty()) ? null : getCorrectService(list, baseURI);
H A DOWLOntologyImpl.java441 return list.isEmpty() ? null : (Service) list.get(0);
453 if(ont.getIncomingProperties(ind).isEmpty())
525 if (!ind.getIncomingProperties().isEmpty())
532 if (ind.getIncomingProperties().isEmpty())
572 if ((owlsNamespaces == null) || (owlsNamespaces.isEmpty())) {
H A DOWLModelImpl.java1015 for( AtomList list = atoms; !list.isEmpty(); list = (AtomList) list.getRest() ) {
1063 return !query( query ).isEmpty();
1081 return !query( query ).isEmpty();
1124 for( AtomList list = body; !list.isEmpty(); list = (AtomList) list.getRest() ) {
1236 if( !constraints.isEmpty() ) {
1311 // if( values != null || !values.isEmpty() ) {
/owl-s/src/org/mindswap/utils/
H A DProcessUtils.java86 if( conditions.isEmpty() ) {
/owl-s/src/impl/owls/process/
H A DProcessImpl.java198 return inputs.isEmpty() ? null : inputs.inputAt(0);
217 return outputs.isEmpty() ? null : outputs.outputAt(0);
/owl-s/lib/jena/
H A Dconcurrent.jarMETA-INF/ META-INF/MANIFEST.MF EDU/ EDU/oswego/ EDU/oswego/cs/ EDU/oswego/cs/dl/ ...
H A Dstax-1.1.1-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
/owl-s/src/impl/owls/process/execution/
H A DProcessExecutionEngineImpl.java614 for( ; !list.isEmpty(); list = list.getRest() ) {
654 if( results.isEmpty() )
/owl-s/lib/pellet/
H A Daterm-java-1.6.jarMETA-INF/MANIFEST.MF jjtraveler/util/ToATermString.class ToATermString.java package jjtraveler.util public ...
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...
/owl-s/src/impl/owls/
H A DOWLSTranslator_1_0.java1070 if(!params.isEmpty()) {
/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 117 milliseconds

12