@Immutable public class OracleComparator extends Object
| Constructor and Description |
|---|
OracleComparator(String id,
Comparator oracle) |
OracleComparator(String id,
Comparator oracle,
Condition... preConditions) |
OracleComparator(String id,
Comparator oracle,
List<Condition> preConditions) |
public OracleComparator(String id, Comparator oracle)
id - an identifier for the oracleoracle - the Oraclepublic OracleComparator(String id, Comparator oracle, List<Condition> preConditions)
id - an identifier for the oracleoracle - the OraclepreConditions - the preconditions that must be satisfied before the oracle comparator is usedpublic OracleComparator(String id, Comparator oracle, Condition... preConditions)
id - an identifier for the oracleoracle - the OraclepreConditions - the preconditions that must be satisfied before the oracle comparator is usedpublic String getId()
public Comparator getOracle()
Copyright © 2007-2013. All Rights Reserved.