Package hydra.shex.syntax
Class InlineShapeAtom_Sequence2
- java.lang.Object
-
- hydra.shex.syntax.InlineShapeAtom_Sequence2
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<InlineShapeAtom_Sequence2>
public class InlineShapeAtom_Sequence2 extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<InlineShapeAtom_Sequence2>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NameINLINE_SHAPE_OR_REFName of thehydra.shex.syntax.InlineShapeAtom_Sequence2.InlineShapeOrReffield.InlineShapeOrRefInlineShapeOrRefstatic NameNODE_CONSTRAINTName of thehydra.shex.syntax.InlineShapeAtom_Sequence2.NodeConstraintfield.Optional<NodeConstraint>NodeConstraintstatic NameTYPE_Name of thehydra.shex.syntax.InlineShapeAtom_Sequence2type.
-
Constructor Summary
Constructors Constructor Description InlineShapeAtom_Sequence2(InlineShapeOrRef InlineShapeOrRef, Optional<NodeConstraint> NodeConstraint)Constructs an immutableInlineShapeAtom_Sequence2.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(InlineShapeAtom_Sequence2 other)booleanequals(java.lang.Object other)inthashCode()InlineShapeAtom_Sequence2withInlineShapeOrRef(InlineShapeOrRef InlineShapeOrRef)Returns a copy of thisInlineShapeAtom_Sequence2withInlineShapeOrRefreplaced.InlineShapeAtom_Sequence2withNodeConstraint(Optional<NodeConstraint> NodeConstraint)Returns a copy of thisInlineShapeAtom_Sequence2withNodeConstraintreplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.shex.syntax.InlineShapeAtom_Sequence2type.
-
INLINE_SHAPE_OR_REF
public static final Name INLINE_SHAPE_OR_REF
Name of thehydra.shex.syntax.InlineShapeAtom_Sequence2.InlineShapeOrReffield.
-
NODE_CONSTRAINT
public static final Name NODE_CONSTRAINT
Name of thehydra.shex.syntax.InlineShapeAtom_Sequence2.NodeConstraintfield.
-
InlineShapeOrRef
public final InlineShapeOrRef InlineShapeOrRef
-
NodeConstraint
public final Optional<NodeConstraint> NodeConstraint
-
-
Constructor Detail
-
InlineShapeAtom_Sequence2
public InlineShapeAtom_Sequence2(InlineShapeOrRef InlineShapeOrRef, Optional<NodeConstraint> NodeConstraint)
Constructs an immutableInlineShapeAtom_Sequence2.
-
-
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(InlineShapeAtom_Sequence2 other)
- Specified by:
compareToin interfacejava.lang.Comparable<InlineShapeAtom_Sequence2>
-
withInlineShapeOrRef
public InlineShapeAtom_Sequence2 withInlineShapeOrRef(InlineShapeOrRef InlineShapeOrRef)
Returns a copy of thisInlineShapeAtom_Sequence2withInlineShapeOrRefreplaced.
-
withNodeConstraint
public InlineShapeAtom_Sequence2 withNodeConstraint(Optional<NodeConstraint> NodeConstraint)
Returns a copy of thisInlineShapeAtom_Sequence2withNodeConstraintreplaced.
-
-