public static class HasStep.PredicateValuePair extends Object implements Comparable<HasStep.PredicateValuePair>
| Constructor and Description |
|---|
PredicateValuePair(org.openrdf.model.URI predicate,
org.openrdf.model.Value object) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HasStep.PredicateValuePair other) |
org.openrdf.model.URI |
getPredicate() |
org.openrdf.model.Value |
getValue() |
public PredicateValuePair(org.openrdf.model.URI predicate,
org.openrdf.model.Value object)
public org.openrdf.model.URI getPredicate()
public org.openrdf.model.Value getValue()
public int compareTo(HasStep.PredicateValuePair other)
compareTo in interface Comparable<HasStep.PredicateValuePair>Copyright © 2019. All rights reserved.