BizVR Entity Relationship Diagram Extended for Expressions - Gnorion/BizVR GitHub Wiki

image

image

         Workspace ||--o{Project :"has zero or more"
          Project ||--o{ Decision :"has zero or more"
          Decision ||--o{ Ruleset :"has zero or more"
          Decision ||--o{Input : "has zero or more"
          Decision ||--o{Output : "has zero or more"
          Decision ||--o{Constraint : "has zero or more"
          Decision ||--o{PossibleValue : "has zero or more"
          Decision ||--o{Setting : "has zero or more"
          Ruleset ||--o{ Rule : "has zero or more"
          Rule ||--o{ ConditionTarget :"has zero or more"
          Rule ||--|| ConditionExpression :"has exactly one"
          Rule ||--o{ ActionTarget : "has zero or more"
          Rule ||--o{ ActionExpression : "has zero or more"
          ConditionTarget ||--|| ValueExpression: "has exactly one"
          ConditionExpression ||--o{ConditionPart : "has zero or more"
          ValueExpression ||--o{Attribute: "refers to zero or more"
          ConditionPart ||--||ValueExpression : "has one"
          ConditionPart ||--||Operator : "has one"
          ActionTarget ||--|| Attribute: "is exactly one"
          ActionExpression ||--o{Attribute : "refers to zero or more"
          Attribute ||--||name : "has exactly one"
          Attribute ||--||type : "has exactly one"