Package de.gmuth.overarch.domain
Class Element
-
- All Implemented Interfaces:
public class Element
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumElement.Typepublic classElement.Companion
-
Constructor Summary
Constructors Constructor Description Element(Id id, Element.Type type, String name, String desc, String tech, String subtype, Collection<String> tags)
-
Method Summary
-
-
Constructor Detail
-
Element
Element(Id id, Element.Type type, String name, String desc, String tech, String subtype, Collection<String> tags)
-
-
-
-