|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacteriseResult | |
---|---|
eu.planets_project.services.characterise | Interfaces and result types for Planets characterisation services. |
eu.planets_project.services.compare | Interfaces and result types for Planets comparison services. |
Uses of CharacteriseResult in eu.planets_project.services.characterise |
---|
Methods in eu.planets_project.services.characterise that return CharacteriseResult | |
---|---|
CharacteriseResult |
Characterise.characterise(DigitalObject digitalObject,
List<Parameter> parameters)
|
Methods in eu.planets_project.services.characterise that return types with arguments of type CharacteriseResult | |
---|---|
List<CharacteriseResult> |
CharacteriseResult.getResults()
|
Constructor parameters in eu.planets_project.services.characterise with type arguments of type CharacteriseResult | |
---|---|
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)
|
Uses of CharacteriseResult in eu.planets_project.services.compare |
---|
Methods in eu.planets_project.services.compare that return CharacteriseResult | |
---|---|
CharacteriseResult |
CompareProperties.convertInput(DigitalObject inputFile)
Convert a tool-specific input file (like the output of a characterisation tool) to the generic format the service uses. |
Methods in eu.planets_project.services.compare with parameters of type CharacteriseResult | |
---|---|
CompareResult |
CompareProperties.compare(CharacteriseResult first,
CharacteriseResult second,
List<Parameter> config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |