Package hydra.shex.syntax
Class IriRef
- java.lang.Object
-
- hydra.shex.syntax.IriRef
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<IriRef>
public class IriRef extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<IriRef>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IriRef(java.util.List<IriRef_Elmt> value)Constructs an immutableIriRef.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(IriRef other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.shex.syntax.IriReftype.
-
VALUE
public static final Name VALUE
Name of thehydra.shex.syntax.IriRef.valuefield.
-
value
public final java.util.List<IriRef_Elmt> value
-
-
Constructor Detail
-
IriRef
public IriRef(java.util.List<IriRef_Elmt> value)
Constructs an immutableIriRef.
-
-