|
| 1 | +## Key Terminologies |
| 2 | + |
| 3 | +### Actions |
| 4 | +- **Definition**: The smallest unit of work that the system simulates. |
| 5 | +- **Purpose**: Represents a specific action to be performed, such as transporting an anchor, installing a mooring, or deploying a WEC. |
| 6 | +- **Examples**: |
| 7 | + - "Anchor installation" |
| 8 | + - "Mooring deployment" |
| 9 | + |
| 10 | +### Tasks |
| 11 | +- **Definition**: A logical group of one or more actions that are bounded by a "From-To Port" constraint. |
| 12 | +- **Purpose**: Represents a higher-level grouping of actions that are executed together as part of a specific phase of the installation process. |
| 13 | +- **Examples**: |
| 14 | + - "Anchor Installation Task" |
| 15 | + - "Mooring Deployment Task" |
| 16 | + |
| 17 | +### Dependencies |
| 18 | +- **Definition**: Logical constraints that determine the dependencies between actions. |
| 19 | +- **Purpose**: Ensures that actions are executed in a given order based on logical and physical requirements. |
| 20 | +- **Examples**: |
| 21 | + - "Anchor installation depends on anchor transport to the site." |
| 22 | + - "Mooring deployment depends on anchor installation." |
| 23 | + |
| 24 | +### Action Sequencing |
| 25 | +- **Definition**: The process of determining the sequence in which actions take place within a task. |
| 26 | +- **Purpose**: Ensures that actions are executed in a logical and efficient order, respecting dependencies and resource constraints. |
| 27 | + |
| 28 | +### Capabilities |
| 29 | +- **Definition**: The specific functionality that an asset (e.g., vessel, port) can perform. |
| 30 | +- **Purpose**: Determines which assets are suitable for specific actions. |
| 31 | +- **Examples**: |
| 32 | + - A vessel with "crane" capability can install anchors. |
| 33 | + |
| 34 | +### Metrics |
| 35 | +- **Definition**: Quantifiable measurements of assets based on their capabilities. |
| 36 | +- **Purpose**: Used to evaluate and compare assets for suitability and efficiency in performing actions. |
| 37 | +- **Examples**: |
| 38 | + - **Speed**: The transit speed of a vessel. |
| 39 | + - **Capacity**: The cargo capacity of a vessel. |
| 40 | + |
| 41 | +### Roles |
| 42 | +- **Definition**: Functional assignments of assets in the context of actions. |
| 43 | +- **Purpose**: Specifies how each asset contributes to the completion of an action. |
| 44 | +- **Examples**: |
| 45 | + - **Carrier**: Assigned to carry specific equipment or materials. |
| 46 | + - **Operator**: Assigned to operate machinery or perform specialized tasks. |
| 47 | + |
| 48 | +--- |
0 commit comments