PlanSpecification class abstract

Plan Specification class

Identity and description of a plan's general parameters, associated with plan loading (i.e. load plan command in PlanCommand).

A plan specification is defined by a plan identifier, a set of maneuver specifications and a start maneuver from that set.

See the :ref:PlanManeuver message for details on maneuver specification.

Inheritance
Implemented types

Constructors

PlanSpecification([void updates(PlanSpecificationBuilder b)?])
factory

Properties

abbrev String
no setteroverride
description String
Verbose text description of plan.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
endActions List<ImcMessage>
Contains an optionally defined 'MessageList' for actions fired on plan termination.
no setter
hashCode int
The hash code for this object.
no setterinherited
maneuvers List<PlanManeuver>
List of maneuver specifications.
no setter
msgId int
no setteroverride
planId String
The plan's identifier.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
startActions List<ImcMessage>
Contains an optionally defined 'MessageList' for actions fired on plan activation.
no setter
startManId String
Indicates the id of the starting maneuver for this plan.
no setter
sync int
no setterinherited
timestamp DateTime?
no setterinherited
transitions List<PlanTransition>
List of maneuver specifications.
no setter
variables List<PlanVariable>
Plan variables.
no setter
vnamespace String
Namespace for plan variables.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlanSpecificationBuilder)) PlanSpecification
Rebuilds the instance.
inherited
toBuilder() PlanSpecificationBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

staticId → const int