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. |
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 NodeSourceCopyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.