externalabstractActivity
Hierarchy
- Describable
- Activity
Index
Constructors
Methods
Constructors
externalconstructor
Parameters
externaldescription: Answerable<string>
externallocation: FileSystemLocation = ...
Returns Activity
Methods
externalinstantiationLocation
Returns the location where this
Activity
was instantiated.Returns FileSystemLocation
externalabstractperformAs
Parameters
externalactor: UsesAbilities | AnswersQuestions | PerformsActivities
Returns Promise<any>
externaldescribedBy
Resolves the description of this object in the context of the provided
actor
.Parameters
externalactor: AnswersQuestions & UsesAbilities & { name: string }
Returns Promise<string>
externaltoString
Returns a human-readable description of this object.
Returns string
Activities represents tasks and interactions to be performed by an actor.
Learn more about:
Actor
PerformsActivities