public class Node extends ProcessingObjective
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.Interface
An interface to invoke a method call on, or that a signal is emitted
from.
|
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
void |
endScan() |
List<Node> |
getChilds() |
Map<Node.Interface,String> |
getInterfaceCollectorMap() |
List<Node.Interface> |
getInterfaces() |
String |
getName() |
ProcessingObjective |
getProcessingObjective(String name2) |
void |
startScan() |
getComment, process, setCommentpublic String getName()
public List<Node.Interface> getInterfaces()
public Map<Node.Interface,String> getInterfaceCollectorMap()
public ProcessingObjective getProcessingObjective(String name2)
getProcessingObjective in class ProcessingObjectivepublic void startScan()
startScan in class ProcessingObjectivepublic void endScan()
endScan in class ProcessingObjectiveCopyright © 2016 Oliver Rode. All rights reserved.