public class SourceList extends Object
NodeSource
s.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
NodeSource s. |
void |
removeSource(NodeSource source)
Removes a
NodeSource from this list. |
public NodeSource[] getSources()
NodeSource
s.NodeSource
spublic NodeSource getSource(int index)
NodeSource
at the given index.index
- the indexNodeSource
public void addSource(NodeSource source)
NodeSource
to this list.source
- the NodeSource
public void removeSource(NodeSource source)
NodeSource
from this list.source
- the NodeSource
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.