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

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

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

Fields in org.semanticweb.HermiT.datatypes.binarydata declared as BinaryDataType
protected  BinaryDataType BinaryDataLengthInterval.m_binaryDataType
           
protected  BinaryDataType BinaryData.m_binaryDataType
           
 

Methods in org.semanticweb.HermiT.datatypes.binarydata that return BinaryDataType
 BinaryDataType BinaryData.getBinaryDataType()
           
static BinaryDataType BinaryDataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BinaryDataType[] BinaryDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.semanticweb.HermiT.datatypes.binarydata with parameters of type BinaryDataType
protected  boolean BinaryDataLengthInterval.isEqual(BinaryDataType binaryDataType, int minLength, int maxLength)
           
protected static boolean BinaryDataLengthInterval.isIntervalEmpty(BinaryDataType binaryDataType, int minLength, int maxLength)
           
 

Constructors in org.semanticweb.HermiT.datatypes.binarydata with parameters of type BinaryDataType
BinaryData(BinaryDataType binaryDataType, byte[] data)
           
BinaryDataLengthInterval(BinaryDataType binaryDataType, int minLength, int maxLength)