protected Element(String type, Class t) { this.id = UUID.randomUUID().toString(); this.type = type; this.inputType = t; }
protected Element(String type) { this.id = UUID.randomUUID().toString(); this.type = type; }