Package | Description |
---|---|
cz.cuni.mff.odcleanstore.engine.outputws.output | |
cz.cuni.mff.odcleanstore.queryexecution |
Components shared by odcs-inputclient and Input Webservice.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ResultFormatterBase.formatQueryTitle(String query,
EnumQueryType queryType)
Format query response title.
|
Modifier and Type | Field and Description |
---|---|
protected EnumQueryType |
QueryResultBase.queryType
Type of the query.
|
Modifier and Type | Method and Description |
---|---|
EnumQueryType |
QueryResultBase.getQueryType()
Returns type of the query.
|
static EnumQueryType |
EnumQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumQueryType[] |
EnumQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BasicQueryResult(Collection<CRQuad> resultQuads,
NamedGraphMetadataMap metadata,
String query,
EnumQueryType queryType,
QueryConstraintSpec queryConstraints,
AggregationSpec aggregationSpec)
Initializes a new instance.
|
MetadataQueryResult(Collection<de.fuberlin.wiwiss.ng4j.Quad> provenanceMetadata,
NamedGraphMetadataMap metadata,
String query,
EnumQueryType queryType)
Initializes a new instance.
|
QueryResultBase(String query,
EnumQueryType queryType)
Initializes a new instance.
|
Copyright © 2013. All Rights Reserved.