Package hydra.ext.io.shex.syntax
Class ShapeAtom.Sequence2
- java.lang.Object
-
- hydra.ext.io.shex.syntax.ShapeAtom
-
- hydra.ext.io.shex.syntax.ShapeAtom.Sequence2
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ShapeAtom>
- Enclosing class:
- ShapeAtom
public static final class ShapeAtom.Sequence2 extends ShapeAtom implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.io.shex.syntax.ShapeAtom
ShapeAtom.PartialVisitor<R>, ShapeAtom.Period, ShapeAtom.Sequence, ShapeAtom.Sequence2, ShapeAtom.ShapeOrRef, ShapeAtom.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ShapeExpressionvalue
-
Constructor Summary
Constructors Constructor Description Sequence2(ShapeExpression value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(ShapeAtom.Visitor<R> visitor)intcompareTo(ShapeAtom other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final ShapeExpression value
-
-
Constructor Detail
-
Sequence2
public Sequence2(ShapeExpression value)
-
-
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 other)
- Specified by:
compareToin interfacejava.lang.Comparable<ShapeAtom>
-
accept
public <R> R accept(ShapeAtom.Visitor<R> visitor)
-
-