Entity

This entity represents a graph store entity. It includes information about the used domain model and the domain entity. As well as information about the attributes and instances.

Properties

The table below documents the available properties for Entities. The 'name' column displays the property name as it can be used in Groovy and Java Scripts.

Name

Type

Default

Description

Attribute count

attributeCount

Number

n/a

Specifies how many attributes of the respective domain entity has been generated.

Domain Entity

domainEntity

DomainEntity

n/a

This specifies the domain entity from which the entity is generated.

Domain Model

domainModel

DomainModel

n/a

This specifies the domain model from which the entity is generated..

Instance Count

instanceCount

Number

n/a

Specified how many entities of this type was generated.