| Constructor and Description |
|---|
ResultListXML() |
ResultListXML(Collection<Map<Well,Integer>> collection)
Creates an XML result list from a collection of maps.
|
ResultListXML(Collection<Map<Well,Integer>> collection,
List<String> labels)
Creates an XML result list from a collection of maps and a list of labels.
|
ResultListXML(Map<Well,Integer> map)
Creates an XML result list from a map.
|
ResultListXML(Map<Well,Integer> map,
String label)
Creates an XML result list from a map and label.
|
| Modifier and Type | Method and Description |
|---|---|
ResultXML |
get(int index)
Returns the result at the index as a well set.
|
List<ResultXML> |
getResults()
Gets the list of XML results.
|
Iterator<ResultXML> |
iterator()
Returns an iterator for result list.
|
void |
setResults(List<ResultXML> results)
Sets the list of XML results.
|
int |
size()
Returns the size of the result list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ResultListXML()
public ResultListXML(Map<Well,Integer> map)
Map - Integer> the result map public ResultListXML(Map<Well,Integer> map, String label)
Map - Integer> the result map String - the result labelpublic ResultListXML(Collection<Map<Well,Integer>> collection)
Collectionpublic void setResults(List<ResultXML> results)
List - the new list of resultspublic List<ResultXML> getResults()
public ResultXML get(int index)
int - the indexpublic int size()
Copyright © 2017. All rights reserved.