Searched refs:SWRLDataValueImpl (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/impl/swrl/
H A DSWRLDataValueImpl.java17 public class SWRLDataValueImpl extends OWLDataValueImpl implements SWRLDataValue { class in inherits:OWLDataValueImpl,SWRLDataValue
18 public SWRLDataValueImpl(Literal literal) { method in class:SWRLDataValueImpl
22 public SWRLDataValueImpl(OWLDataValue value) { method in class:SWRLDataValueImpl
/owl-s/src/impl/owls/
H A DOWLSConverters.java55 import impl.swrl.SWRLDataValueImpl;
648 return new SWRLDataValueImpl((OWLDataValue) object);

Completed in 317 milliseconds