Node
@Entity
The Node is the top-level model element of the modicio metamodel. It represents a class in an object-oriented sense but can also represent a Node in a typed graph. The Node as first-level element contains all further model elements such as relations to other Nodes which are always unidirectional edges.
Constructors
Link copied to clipboard
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)
Properties
Link copied to clipboard
The Annotation contains the variant and version identifiers. The Annotation is mandatory.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard