public class IRIConstantImpl extends AbstractNonNullConstant implements IRIConstant
| Modifier | Constructor and Description |
|---|---|
protected |
IRIConstantImpl(org.apache.commons.rdf.api.IRI iri,
TypeFactory typeFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
IncrementalEvaluation |
evaluateStrictEq(ImmutableTerm otherTerm,
VariableNullability variableNullability) |
org.apache.commons.rdf.api.IRI |
getIRI()
Get the IRI object from this constant.
|
ObjectRDFType |
getType() |
String |
getValue()
Deprecated.
|
Stream<Variable> |
getVariableStream() |
int |
hashCode() |
boolean |
isGround() |
String |
toString() |
evaluateIsNotNull, isNullablesimplify, simplifyclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOptionalType, inferType, isNullisDeterministicevaluateIsNotNull, isNullable, simplify, simplifyprotected IRIConstantImpl(org.apache.commons.rdf.api.IRI iri,
TypeFactory typeFactory)
public org.apache.commons.rdf.api.IRI getIRI()
IRIConstantgetIRI in interface IRIConstantpublic boolean isGround()
isGround in interface ImmutableTermpublic Stream<Variable> getVariableStream()
getVariableStream in interface ImmutableTermpublic ObjectRDFType getType()
getType in interface NonNullConstantgetType in interface ObjectConstantgetType in interface RDFConstantpublic IncrementalEvaluation evaluateStrictEq(ImmutableTerm otherTerm, VariableNullability variableNullability)
evaluateStrictEq in interface ImmutableTerm@Deprecated public String getValue()
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.