Package hydra.shex.syntax
Class ShapeDefinition_ListOfAlts_Elmt.ExtraPropertySet
- java.lang.Object
-
- hydra.shex.syntax.ShapeDefinition_ListOfAlts_Elmt
-
- hydra.shex.syntax.ShapeDefinition_ListOfAlts_Elmt.ExtraPropertySet
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ShapeDefinition_ListOfAlts_Elmt>
- Enclosing class:
- ShapeDefinition_ListOfAlts_Elmt
public static final class ShapeDefinition_ListOfAlts_Elmt.ExtraPropertySet extends ShapeDefinition_ListOfAlts_Elmt implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.shex.syntax.ShapeDefinition_ListOfAlts_Elmt
ShapeDefinition_ListOfAlts_Elmt.CLOSED, ShapeDefinition_ListOfAlts_Elmt.ExtraPropertySet, ShapeDefinition_ListOfAlts_Elmt.IncludeSet, ShapeDefinition_ListOfAlts_Elmt.PartialVisitor<R>, ShapeDefinition_ListOfAlts_Elmt.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ExtraPropertySetvalue-
Fields inherited from class hydra.shex.syntax.ShapeDefinition_ListOfAlts_Elmt
C_L_O_S_E_D, EXTRA_PROPERTY_SET, INCLUDE_SET, TYPE_
-
-
Constructor Summary
Constructors Constructor Description ExtraPropertySet(ExtraPropertySet value)Constructs an immutableShapeDefinition_ListOfAlts_Elmt.ExtraPropertySet.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(ShapeDefinition_ListOfAlts_Elmt.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(ShapeDefinition_ListOfAlts_Elmt other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final ExtraPropertySet value
-
-
Constructor Detail
-
ExtraPropertySet
public ExtraPropertySet(ExtraPropertySet value)
Constructs an immutableShapeDefinition_ListOfAlts_Elmt.ExtraPropertySet.
-
-
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(ShapeDefinition_ListOfAlts_Elmt other)
- Specified by:
compareToin interfacejava.lang.Comparable<ShapeDefinition_ListOfAlts_Elmt>
-
accept
public <R> R accept(ShapeDefinition_ListOfAlts_Elmt.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classShapeDefinition_ListOfAlts_Elmt
-
-