AtomListImpl.java revision 2
/*
* Created on Dec 28, 2004
*/
/**
* @author Evren Sirin
*
*/
super(ind);
}
if( isEmpty() )
else
return this;
}
return list;
}
}
}
public OWLValue getFirstValue() {
}
}
}
return new ABoxQuery(this);
}
return new ABoxQuery(this, resultVars);
}
}
return arg;
}
}
return arg;
}
}
else if(atom instanceof IndividualPropertyAtom) {
}
else if(atom instanceof DataPropertyAtom) {
}
else if(atom instanceof SameIndividualAtom) {
}
else if(atom instanceof DifferentIndividualsAtom) {
}
else if(atom instanceof BuiltinAtom) {
for( int i = 0; i < argCount; i++ ) {
}
else
}
else
else
// newList = newList.add( newAtom );
}
return newList;
}
}
}
return vars;
}
if(list != this)
}
}
}