Searched defs:AtomListImpl (Results 1 - 1 of 1) sorted by relevance
/owl-s/src/impl/swrl/ | ||
H A D | AtomListImpl.java | 43 public class AtomListImpl extends RDFListImpl implements AtomList {
class in inherits:RDFListImpl,AtomList 44 public AtomListImpl(OWLIndividual ind) { method in class:AtomListImpl 66 AtomListImpl list = new AtomListImpl( ont.createInstance( vocabulary.List() ) ); |
Completed in 9 milliseconds