Uses of Class
org.semanticweb.HermiT.datatypes.rdfplainliteral.RDFPlainLiteralLengthInterval

Packages that use RDFPlainLiteralLengthInterval
org.semanticweb.HermiT.datatypes.rdfplainliteral   
 

Uses of RDFPlainLiteralLengthInterval in org.semanticweb.HermiT.datatypes.rdfplainliteral
 

Fields in org.semanticweb.HermiT.datatypes.rdfplainliteral with type parameters of type RDFPlainLiteralLengthInterval
protected  java.util.List<RDFPlainLiteralLengthInterval> RDFPlainLiteralLengthValueSpaceSubset.m_intervals
           
 

Methods in org.semanticweb.HermiT.datatypes.rdfplainliteral that return RDFPlainLiteralLengthInterval
protected  RDFPlainLiteralLengthInterval[] RDFPlainLiteralDatatypeHandler.getIntervalsFor(DatatypeRestriction datatypeRestriction)
           
 RDFPlainLiteralLengthInterval RDFPlainLiteralLengthInterval.intersectWith(RDFPlainLiteralLengthInterval that)
          Computes the intersection of this interval with the supplied one.
 

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

Constructors in org.semanticweb.HermiT.datatypes.rdfplainliteral with parameters of type RDFPlainLiteralLengthInterval
RDFPlainLiteralLengthValueSpaceSubset(RDFPlainLiteralLengthInterval interval)
           
RDFPlainLiteralLengthValueSpaceSubset(RDFPlainLiteralLengthInterval interval1, RDFPlainLiteralLengthInterval interval2)
           
 

Constructor parameters in org.semanticweb.HermiT.datatypes.rdfplainliteral with type arguments of type RDFPlainLiteralLengthInterval
RDFPlainLiteralLengthValueSpaceSubset(java.util.List<RDFPlainLiteralLengthInterval> intervals)