public class ComparisonTesters extends Object
Title: Comparison Testers
Description: Implementations for each of the SWRL comparison tests.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Field and Description |
|---|---|
static Tester |
equal |
static Tester |
greaterThan |
static Tester |
greaterThanOrEqual |
static Tester |
lessThan |
static Tester |
lessThanOrEqual |
static Tester |
notEqual |
| Constructor and Description |
|---|
ComparisonTesters() |
| Modifier and Type | Method and Description |
|---|---|
static Literal |
expectedIfEquals(Literal expected,
Literal result)
If the first argument is null, return the second.
|
public static final Tester equal
public static final Tester greaterThan
public static final Tester greaterThanOrEqual
public static final Tester lessThan
public static final Tester lessThanOrEqual
public static final Tester notEqual
Copyright © 2019. All rights reserved.