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

/owl-s/src/org/mindswap/owl/vocabulary/
H A DSWRLB.java24 public final static OWLIndividual greaterThan = field in class:SWRLB
25 EntityFactory.createIndividual(URIUtils.createURI(URI + "greaterThan"));
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxExpressionWriter.java38 SYMBOLS.put( SWRLB.greaterThan, new String[] {">"} );
/owl-s/src/impl/swrl/
H A DBuiltinAtomImpl.java126 else if( builtin.equals( SWRLB.greaterThan ) ) {
H A DAtomListImpl.java182 else if ( builtin.equals( SWRLB.greaterThan ) )
H A DSWRLFactoryImpl.java189 atom.setBuiltin( SWRLB.greaterThan );
/owl-s/src/impl/jena/
H A DOWLModelImpl.java1164 else if ( builtin.equals( SWRLB.greaterThan ) )

Completed in 13 milliseconds