public class SourceList extends Object
NodeSources.| Modifier and Type | Class and Description |
|---|---|
static class |
SourceList.Converter |
| Constructor and Description |
|---|
SourceList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSource(NodeSource source)
Adds a
NodeSource to this list. |
NodeSource |
getSource(int index)
Gets the
NodeSource at the given index. |
NodeSource[] |
getSources()
Gets all
NodeSources. |
void |
removeSource(NodeSource source)
Removes a
NodeSource from this list. |
public NodeSource[] getSources()
NodeSources.NodeSourcespublic NodeSource getSource(int index)
NodeSource at the given index.index - the indexNodeSourcepublic void addSource(NodeSource source)
NodeSource to this list.source - the NodeSourcepublic void removeSource(NodeSource source)
NodeSource from this list.source - the NodeSourceCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.