Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EntityClass

The EntityClass class represents an entity class.

Fields

FieldTypeDescription
namestringThe class name.
builtInbooleanRead only. True if the domain is built-in and therefore cannot be modified.
colorColorThe background color behind the class title.
weightnumberThe default weight for new edges created along with entities of this class, as a value between -1.0 and 1.0.
symbolSymbolThe symbol inherited by new entities of this class.
milestonebooleanTrue if entities derived from this class should be a milestone (zero effort) task, otherwise False.
resourceAssignmentResource Assignment TypeThe default resource assignment for entities derived from this class should be a milestone (zero effort) task, otherwise False.
showNamebooleanTrue if the class name should be shown, defaults to True.
domainDomainRead only. The parent domain of this class.
nameColorColorRead only. The color that the name of the entity class would be rendered in an entity.

Methods

duplicate( )

Creates and returns a unique duplicate of this class with the name modified to include “copy,” as an EntityClass.