Searched refs:argument2 (Results 1 - 6 of 6) sorted by relevance

/owl-s/src/impl/swrl/
H A DDifferentIndividualsAtomImpl.java31 return (SWRLIndividualObject) getPropertyAs(SWRL.argument2, SWRLIndividualObject.class);
67 setProperty(SWRL.argument2, obj);
H A DIndividualPropertyAtomImpl.java38 return (SWRLIndividualObject) getPropertyAs(SWRL.argument2, SWRLIndividualObject.class);
74 setProperty(SWRL.argument2, obj);
H A DSameIndividualAtomImpl.java31 return (SWRLIndividualObject) getPropertyAs(SWRL.argument2, SWRLIndividualObject.class);
67 setProperty(SWRL.argument2, obj);
H A DDataPropertyAtomImpl.java42 SWRLDataObject arg = (SWRLDataVariable) getPropertyAs(SWRL.argument2, SWRLDataVariable.class);
92 setProperty(SWRL.argument2, (SWRLDataVariable) obj);
/owl-s/src/org/mindswap/owl/vocabulary/
H A DSWRL.java49 public final static OWLObjectProperty argument2 = field in class:SWRL
50 EntityFactory.createObjectProperty(URIUtils.createURI(URI + "argument2"));
52 EntityFactory.createDataProperty(URIUtils.createURI(URI + "argument2"));
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...

Completed in 18 milliseconds