Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModelPackage

An IModelPackage is a JSON that represents how Models are serialized and exported.

Hierarchy

  • IModelPackage

Index

Properties

attributeReadingTable

attributeReadingTable: IAttributeReadingTableModelFormat

attributeTypes

attributeTypes: Array<IAttributeTypeModelFormat>

businessEventTypes

businessEventTypes: Array<IBusinessEventTypeModelFormat>

businessObjectTypes

businessObjectTypes: Array<IBusinessObjectTypeModelFormat>

eventParticipantTable

eventParticipantTable: IEventParticipantTableModelFormat

existenceDependencies

existenceDependencies: Array<IExistenceDependencyModelFormat>

finiteStateMachines

finiteStateMachines: Array<IFSMModelFormat>

id

id: string

instanceAccessRules

instanceAccessRules: Array<IInstanceAccessRuleModelFormat>

methods

methods: Array<IMethodModelFormat>

states

states: Array<IStateModelFormat>

transitions

transitions: Array<ITransitionModelFormat>

Generated using TypeDoc