Searched refs:ProduceImpl (Results 1 - 3 of 3) sorted by relevance

/owl-s/src/impl/owls/process/constructs/
H A DProduceImpl.java28 public class ProduceImpl extends ControlConstructImpl implements Produce { class in inherits:ControlConstructImpl,Produce
29 public ProduceImpl(OWLIndividual ind) { method in class:ProduceImpl
/owl-s/src/impl/owls/
H A DOWLSConverters.java34 import impl.owls.process.constructs.ProduceImpl;
212 new GenericOWLSConverter(ProduceImpl.class, OWLS.Process.Produce);
/owl-s/src/impl/jena/
H A DOWLModelImpl.java29 import impl.owls.process.constructs.ProduceImpl;
1454 return new ProduceImpl(ind);

Completed in 14 milliseconds