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

/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxExpressionWriter.java29 static final Map SYMBOLS; field in class:PresentationSyntaxExpressionWriter
31 SYMBOLS = new HashMap();
32 SYMBOLS.put( SWRLB.add, new String[] {"=", "+"} );
33 SYMBOLS.put( SWRLB.subtract, new String[] {"=", "-"} );
34 SYMBOLS.put( SWRLB.divide, new String[] {"=", "+"} );
35 SYMBOLS.put( SWRLB.multiply, new String[] {"=", "*"} );
36 SYMBOLS.put( SWRLB.lessThan, new String[] {"<"} );
37 SYMBOLS.put( SWRLB.lessThanOrEqual, new String[] {"<="} );
38 SYMBOLS.put( SWRLB.greaterThan, new String[] {">"} );
39 SYMBOLS
[all...]

Completed in 9 milliseconds