public static class Node.Interface extends ProcessingObjective
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.Interface.Member
child element
|
static class |
Node.Interface.Method
child element
|
static class |
Node.Interface.Property
child element
|
static class |
Node.Interface.Signal
child element
|
| Constructor and Description |
|---|
Interface() |
| Modifier and Type | Method and Description |
|---|---|
void |
endScan() |
List<Node.Interface.Member.Annotation> |
getAnnotations() |
Map<Node.Interface,String> |
getInterfaceCollectorMap() |
List<Node.Interface.Method> |
getMethods() |
String |
getName() |
ProcessingObjective |
getProcessingObjective(String name2) |
List<Node.Interface.Property> |
getProperties() |
List<Node.Interface.Signal> |
getSignals() |
void |
startScan() |
getComment, process, setCommentpublic String getName()
public List<Node.Interface.Method> getMethods()
public List<Node.Interface.Signal> getSignals()
public List<Node.Interface.Property> getProperties()
public List<Node.Interface.Member.Annotation> getAnnotations()
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.