* interval
*/
@Test
public void lessInt2() {
final OWLRealInterval i = interval( 1, 5, true, true, LineType.INTEGER_ONLY );
assertEquals( interval( 1, 4, true, true, LineType.INTEGER_ONLY ), i.less( 5 ) );
}
@Test
public void unboundContainsAll() {
final OWLRealInterval interval = new OWLRealInterval( null, null, false, false,