Statecharts Core¶
The classes and functions needed to run (compiled) SCCD models.
-
class
sccd.runtime.statecharts_core.Association(to_class, min_card, max_card)¶ Class representing an SCCD association.
-
exception
sccd.runtime.statecharts_core.AssociationException(message)¶ Exception class thrown when an error occurs in a CRUD operation on associations.
-
exception
sccd.runtime.statecharts_core.AssociationReferenceException(message)¶ Exception class thrown when an error occurs when resolving an association reference.
-
exception
sccd.runtime.statecharts_core.InputException(message)¶ Exception class thrown when an error occurs during input processing.
-
exception
sccd.runtime.statecharts_core.ParameterException(message)¶ Exception class thrown when an error occurs when passing parameters.
-
exception
sccd.runtime.statecharts_core.RuntimeException(message)¶ Base class for runtime exceptions.