String comment = this.comment;
String category = this.category;
String description = this.description;
String image = this.image;
String function = this.function;
Point position = this.position;
ImmutableList<Port> inputs = this.inputs;
String outputType = this.outputType;
Port.Range outputRange = this.outputRange;
boolean isNetwork = this.isNetwork;
ImmutableList<Node> children = this.children;