Uses of Class
org.semanticweb.HermiT.datatypes.binarydata.BinaryDataLengthInterval

Packages that use BinaryDataLengthInterval
org.semanticweb.HermiT.datatypes.binarydata   
 

Uses of BinaryDataLengthInterval in org.semanticweb.HermiT.datatypes.binarydata
 

Fields in org.semanticweb.HermiT.datatypes.binarydata with type parameters of type BinaryDataLengthInterval
protected  java.util.List<BinaryDataLengthInterval> BinaryDataValueSpaceSubset.m_intervals
           
 

Methods in org.semanticweb.HermiT.datatypes.binarydata that return BinaryDataLengthInterval
protected  BinaryDataLengthInterval BinaryDataDatatypeHandler.getIntervalFor(DatatypeRestriction datatypeRestriction)
           
 BinaryDataLengthInterval BinaryDataLengthInterval.intersectWith(BinaryDataLengthInterval that)
          Computes the intersection of this interval with the supplied one.
 

Methods in org.semanticweb.HermiT.datatypes.binarydata with parameters of type BinaryDataLengthInterval
 BinaryDataLengthInterval BinaryDataLengthInterval.intersectWith(BinaryDataLengthInterval that)
          Computes the intersection of this interval with the supplied one.
 

Constructors in org.semanticweb.HermiT.datatypes.binarydata with parameters of type BinaryDataLengthInterval
BinaryDataValueSpaceSubset(BinaryDataLengthInterval interval)
           
 

Constructor parameters in org.semanticweb.HermiT.datatypes.binarydata with type arguments of type BinaryDataLengthInterval
BinaryDataValueSpaceSubset(java.util.List<BinaryDataLengthInterval> intervals)