Package hydra.ext.io.shex.syntax
Class NumericFacet_Sequence
- java.lang.Object
-
- hydra.ext.io.shex.syntax.NumericFacet_Sequence
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NumericFacet_Sequence>
public class NumericFacet_Sequence extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NumericFacet_Sequence>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameNUMERIC_LITERALstatic NameNUMERIC_RANGENumericLiteralNumericLiteralNumericRangeNumericRangestatic NameTYPE_
-
Constructor Summary
Constructors Constructor Description NumericFacet_Sequence(NumericRange NumericRange, NumericLiteral NumericLiteral)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(NumericFacet_Sequence other)booleanequals(java.lang.Object other)inthashCode()NumericFacet_SequencewithNumericLiteral(NumericLiteral NumericLiteral)NumericFacet_SequencewithNumericRange(NumericRange NumericRange)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
NUMERIC_RANGE
public static final Name NUMERIC_RANGE
-
NUMERIC_LITERAL
public static final Name NUMERIC_LITERAL
-
NumericRange
public final NumericRange NumericRange
-
NumericLiteral
public final NumericLiteral NumericLiteral
-
-
Constructor Detail
-
NumericFacet_Sequence
public NumericFacet_Sequence(NumericRange NumericRange, NumericLiteral NumericLiteral)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(NumericFacet_Sequence other)
- Specified by:
compareToin interfacejava.lang.Comparable<NumericFacet_Sequence>
-
withNumericRange
public NumericFacet_Sequence withNumericRange(NumericRange NumericRange)
-
withNumericLiteral
public NumericFacet_Sequence withNumericLiteral(NumericLiteral NumericLiteral)
-
-