Node
constructor()
constructor(dataID: Long? = null, name: String = "", uri: String = "", isAbstract: Boolean = false, annotation: Annotation? = null, attributes: MutableList<Attribute> = LinkedList(), associationRelations: MutableList<AssociationRelation> = LinkedList(), parentRelations: MutableSet<ParentRelation> = HashSet(), plugins: MutableSet<Plugin> = HashSet(), concretizations: MutableSet<Concretization> = HashSet(), compositions: MutableSet<Composition> = HashSet(), scripts: MutableList<Script> = LinkedList(), model: Model? = null)