eu.planets_project.services.characterise
Class CharacteriseResult
java.lang.Object
eu.planets_project.services.characterise.CharacteriseResult
public final class CharacteriseResult
- extends Object
Result type for the Characterise
interface.
- Author:
- Andy Jackson, Fabian Steeg (recursive structure)
Constructor Summary |
CharacteriseResult(List<Property> props,
ServiceReport report)
|
CharacteriseResult(List<Property> props,
ServiceReport report,
List<CharacteriseResult> results)
|
CharacteriseResult(List<Property> props,
ServiceReport report,
List<CharacteriseResult> results,
String fragmentID)
|
CharacteriseResult(List<Property> props,
ServiceReport report,
List<CharacteriseResult> results,
String fragmentID,
URI formatURI)
|
CharacteriseResult(List<Property> props,
ServiceReport report,
List<CharacteriseResult> results,
URI formatURI)
|
CharacteriseResult(List<Property> props,
ServiceReport report,
String fragmentID)
|
CharacteriseResult(List<Property> props,
ServiceReport report,
String fragmentID,
URI formatURI)
|
CharacteriseResult(List<Property> props,
ServiceReport report,
URI formatURI)
|
CharacteriseResult
public CharacteriseResult(List<Property> props,
ServiceReport report)
- Parameters:
props
- The characterisation result propertiesreport
- The service report
CharacteriseResult
public CharacteriseResult(List<Property> props,
ServiceReport report,
String fragmentID)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportfragmentID
- The id of the fragment the results are for
CharacteriseResult
public CharacteriseResult(List<Property> props,
ServiceReport report,
URI formatURI)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportformatURI
- A format URI for the Characterise Result
CharacteriseResult
public CharacteriseResult(List<Property> props,
ServiceReport report,
String fragmentID,
URI formatURI)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportfragmentID
- The id of the fragment the results are forformatURI
- A format URI for the Characterise Result
CharacteriseResult
public CharacteriseResult(List<Property> props,
ServiceReport report,
List<CharacteriseResult> results)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportresults
- The embedded results
CharacteriseResult
public CharacteriseResult(List<Property> props,
ServiceReport report,
List<CharacteriseResult> results,
String fragmentID)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportresults
- The embedded resultsfragmentID
- The id of the fragment the results are for
CharacteriseResult
public CharacteriseResult(List<Property> props,
ServiceReport report,
List<CharacteriseResult> results,
URI formatURI)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportresults
- The embedded resultsformatURI
- A format URI for the Characterise Result
CharacteriseResult
public CharacteriseResult(List<Property> props,
ServiceReport report,
List<CharacteriseResult> results,
String fragmentID,
URI formatURI)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportresults
- The embedded resultsfragmentID
- The id of the fragment the results are forformatURI
- A format URI for the Characterise Result
getProperties
public List<Property> getProperties()
- Returns:
- An unmodifiable view of the result properties
getReport
public ServiceReport getReport()
- Returns:
- The service report
getResults
public List<CharacteriseResult> getResults()
- Returns:
- An unmodifiable view of the embedded results
getFragmentID
public String getFragmentID()
- Returns:
- The fragment ID
getFormatURI
public URI getFormatURI()
- Returns:
- The format URI
Copyright © 2013 Open Planets Foundation. All Rights Reserved.