Skip to content

ModelEntities Variable

mitchell-conrad edited this page Jan 19, 2021 · 1 revision

Table of Contents

Variable

A Variable entity is used to represent a private member for a Component Impl.

A Variable's type can be set by either adding a Member into it and setting that Member's type or by adding any other kind of children entities (from the list in the Children section below). This will set the Variable's type to its child's type.

Parents

Can be adopted by the below entities:

Children

Can adopt one of the below entities:

Dependents

This entity does not have any dependent entities.

Dependencies

This entity does not depend on any entities.

Editable Data Fields

  • label - sets the label
  • value - sets the initial value of the Variable (Set in constructor)

Edges

This entity can have the following edges attached:

Clone this wiki locally