public class Operator extends Node
Node.Acceptance| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
identifiers
operators
|
static Set<Class<? extends Node>> |
validChildClasses
unmodifiable HashSet of validChildClasses
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getMaxChilds()
returns max number of childs
|
Set<String> |
identifiers()
returns the identifiers
|
Set<Class<? extends Node>> |
validChildClasses()
returns validChildClasses
|
acceptsChild, acceptsChildWithReason, addChild, createNode, equals, equals, getChilds, hasFrontParameters, isComplete, isValidParentOf, overwriteParent, pushDownColor, removeChild, removeParent, toStringpublic Operator(String id)
id - identification stringpublic Set<String> identifiers()
identifiers in class Nodepublic byte getMaxChilds()
getMaxChilds in class Nodepublic Set<Class<? extends Node>> validChildClasses()
validChildClasses in class NodeCopyright © 2018. All rights reserved.