public class BinaryDataLengthInterval extends Object
| Constructor and Description |
|---|
BinaryDataLengthInterval(org.semanticweb.HermiT.datatypes.binarydata.BinaryDataType binaryDataType,
int minLength,
int maxLength) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(org.semanticweb.HermiT.datatypes.binarydata.BinaryData value) |
void |
enumerateValues(Collection<Object> values) |
BinaryDataLengthInterval |
intersectWith(BinaryDataLengthInterval that)
Computes the intersection of this interval with the supplied one.
|
int |
subtractSizeFrom(int argument) |
String |
toString() |
public BinaryDataLengthInterval(org.semanticweb.HermiT.datatypes.binarydata.BinaryDataType binaryDataType,
int minLength,
int maxLength)
binaryDataType - binaryDataTypeminLength - minLengthmaxLength - maxLengthpublic BinaryDataLengthInterval intersectWith(BinaryDataLengthInterval that)
that - thatpublic int subtractSizeFrom(int argument)
argument - argumentpublic boolean contains(org.semanticweb.HermiT.datatypes.binarydata.BinaryData value)
value - valuepublic void enumerateValues(Collection<Object> values)
values - valuesCopyright © 2017. All Rights Reserved.