Package hydra.ext.io.shex.syntax
Class ShapeAtom_Sequence
- java.lang.Object
-
- hydra.ext.io.shex.syntax.ShapeAtom_Sequence
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ShapeAtom_Sequence>
public class ShapeAtom_Sequence extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<ShapeAtom_Sequence>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameNODE_CONSTRAINTNodeConstraintNodeConstraintstatic NameSHAPE_OR_REFMaybe<ShapeOrRef>ShapeOrRefstatic NameTYPE_
-
Constructor Summary
Constructors Constructor Description ShapeAtom_Sequence(NodeConstraint NodeConstraint, Maybe<ShapeOrRef> ShapeOrRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ShapeAtom_Sequence other)booleanequals(java.lang.Object other)inthashCode()ShapeAtom_SequencewithNodeConstraint(NodeConstraint NodeConstraint)ShapeAtom_SequencewithShapeOrRef(Maybe<ShapeOrRef> ShapeOrRef)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
NODE_CONSTRAINT
public static final Name NODE_CONSTRAINT
-
SHAPE_OR_REF
public static final Name SHAPE_OR_REF
-
NodeConstraint
public final NodeConstraint NodeConstraint
-
ShapeOrRef
public final Maybe<ShapeOrRef> ShapeOrRef
-
-
Constructor Detail
-
ShapeAtom_Sequence
public ShapeAtom_Sequence(NodeConstraint NodeConstraint, Maybe<ShapeOrRef> ShapeOrRef)
-
-
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(ShapeAtom_Sequence other)
- Specified by:
compareToin interfacejava.lang.Comparable<ShapeAtom_Sequence>
-
withNodeConstraint
public ShapeAtom_Sequence withNodeConstraint(NodeConstraint NodeConstraint)
-
withShapeOrRef
public ShapeAtom_Sequence withShapeOrRef(Maybe<ShapeOrRef> ShapeOrRef)
-
-