public class Answer extends Object implements Comparable<Answer>
| Modifier and Type | Field and Description |
|---|---|
Set<org.apache.jena.rdf.model.RDFNode> |
answerSet |
SPARQLQuery |
query |
String |
queryString |
String |
question |
String |
question_id |
Double |
score |
| Constructor and Description |
|---|
Answer() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Answer a) |
boolean |
equals(Object obj) |
int |
hashCode() |
SPARQLQuery |
toSPARQLQuery() |
String |
toString() |
public Set<org.apache.jena.rdf.model.RDFNode> answerSet
public SPARQLQuery query
public Double score
public String question
public String question_id
public String queryString
public int compareTo(Answer a)
compareTo in interface Comparable<Answer>public SPARQLQuery toSPARQLQuery()
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.