Package org.swrlapi.sqwrl.values
Interface SQWRLObjectPropertyResultValue
-
- All Superinterfaces:
java.lang.Comparable<SQWRLEntityResultValue>
,SQWRLEntityResultValue
,SQWRLPropertyResultValue
,SQWRLResultValue
public interface SQWRLObjectPropertyResultValue extends SQWRLPropertyResultValue
Represents an OWL object property result value provided by aSQWRLResult
.- See Also:
SQWRLResult
-
-
Method Summary
-
Methods inherited from interface org.swrlapi.sqwrl.values.SQWRLEntityResultValue
getIRI, getPrefixedName, getShortName
-
Methods inherited from interface org.swrlapi.sqwrl.values.SQWRLResultValue
asAnnotationPropertyResult, asClassExpressionResult, asClassResult, asDataPropertyExpressionResult, asDataPropertyResult, asDataRangeResult, asDatatypeResult, asEntityResult, asExpressionResult, asIndividualResult, asLiteralResult, asNamedIndividualResult, asObjectPropertyExpressionResult, asObjectPropertyResult, isAnnotationProperty, isClass, isClassExpression, isDataProperty, isDataPropertyExpression, isDataRange, isDatatype, isEntity, isExpression, isIndividual, isLiteral, isNamedIndividual, isObjectProperty, isObjectPropertyExpression
-
-