Package hydra.ext.org.w3.owl.syntax
Class DataHasValue
- java.lang.Object
-
- hydra.ext.org.w3.owl.syntax.DataHasValue
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<DataHasValue>
public class DataHasValue extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<DataHasValue>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataHasValue(DataPropertyExpression property, Literal value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(DataHasValue other)booleanequals(java.lang.Object other)inthashCode()DataHasValuewithProperty(DataPropertyExpression property)DataHasValuewithValue(Literal value)
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
PROPERTY
public static final Name PROPERTY
-
VALUE
public static final Name VALUE
-
property
public final DataPropertyExpression property
-
value
public final Literal value
-
-
Constructor Detail
-
DataHasValue
public DataHasValue(DataPropertyExpression property, Literal 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(DataHasValue other)
- Specified by:
compareToin interfacejava.lang.Comparable<DataHasValue>
-
withProperty
public DataHasValue withProperty(DataPropertyExpression property)
-
withValue
public DataHasValue withValue(Literal value)
-
-