public class Output extends Node
Node.Acceptance| Modifier and Type | Field and Description |
|---|---|
static Set<Class<? extends Node>> |
validChildClasses
unmodifiable HashSet of validChildClasses
|
| Constructor and Description |
|---|
Output()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getMaxChilds()
returns maxChilds
|
Set<String> |
identifiers()
returns HashSet of identifiers
|
String |
toString()
Output to String
|
Set<Class<? extends Node>> |
validChildClasses()
returns validChildClasses
|
acceptsChild, acceptsChildWithReason, addChild, createNode, equals, equals, getChilds, hasFrontParameters, isComplete, isValidParentOf, overwriteParent, pushDownColor, removeChild, removeParentpublic Set<String> identifiers()
identifiers in class Nodepublic Set<Class<? extends Node>> validChildClasses()
validChildClasses in class Nodepublic byte getMaxChilds()
getMaxChilds in class NodeCopyright © 2018. All rights reserved.