eu.planets_project.services.characterise
Class CharacteriseResult
java.lang.Object
eu.planets_project.services.characterise.CharacteriseResult
public final class CharacteriseResult
- extends java.lang.Object
Result type for the Characterise
interface.
Constructor Summary |
CharacteriseResult(java.util.List<Property> props,
ServiceReport report)
|
CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.util.List<CharacteriseResult> results)
|
CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.util.List<CharacteriseResult> results,
java.lang.String fragmentID)
|
CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.util.List<CharacteriseResult> results,
java.lang.String fragmentID,
java.net.URI formatURI)
|
CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.util.List<CharacteriseResult> results,
java.net.URI formatURI)
|
CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.lang.String fragmentID)
|
CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.lang.String fragmentID,
java.net.URI formatURI)
|
CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.net.URI formatURI)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacteriseResult
public CharacteriseResult(java.util.List<Property> props,
ServiceReport report)
- Parameters:
props
- The characterisation result propertiesreport
- The service report
CharacteriseResult
public CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.lang.String fragmentID)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportfragmentID
- The id of the fragment the results are for
CharacteriseResult
public CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.net.URI formatURI)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportformatURI
- A format URI for the Characterise Result
CharacteriseResult
public CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.lang.String fragmentID,
java.net.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(java.util.List<Property> props,
ServiceReport report,
java.util.List<CharacteriseResult> results)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportresults
- The embedded results
CharacteriseResult
public CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.util.List<CharacteriseResult> results,
java.lang.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(java.util.List<Property> props,
ServiceReport report,
java.util.List<CharacteriseResult> results,
java.net.URI formatURI)
- Parameters:
props
- The characterisation result propertiesreport
- The service reportresults
- The embedded resultsformatURI
- A format URI for the Characterise Result
CharacteriseResult
public CharacteriseResult(java.util.List<Property> props,
ServiceReport report,
java.util.List<CharacteriseResult> results,
java.lang.String fragmentID,
java.net.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 java.util.List<Property> getProperties()
- Returns:
- An unmodifiable view of the result properties
getReport
public ServiceReport getReport()
- Returns:
- The service report
getResults
public java.util.List<CharacteriseResult> getResults()
- Returns:
- An unmodifiable view of the embedded results
getFragmentID
public java.lang.String getFragmentID()
- Returns:
- The fragment ID
getFormatURI
public java.net.URI getFormatURI()
- Returns:
- The format URI
Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.