-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
107 changed files
with
5 additions
and
735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
import Component from './Component.mjs'; | ||
|
||
export default class Actor extends Component { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
import Constraint from './Constraint.mjs'; | ||
|
||
export default class Assumption extends Constraint { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
import Requirement from './Requirement.mjs'; | ||
|
||
export default class Behavior extends Requirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
import Constraint from './Constraint.mjs'; | ||
|
||
export default class BusinessRule extends Constraint { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
import Requirement from './Requirement.mjs'; | ||
|
||
export default class Component extends Requirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
import Artifact from './Artifact.mjs'; | ||
|
||
export default class ComputerProgram extends Artifact { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
import Requirement from './Requirement.mjs'; | ||
|
||
export default class Constraint extends Requirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Constraint from './Constraint.mjs'; | ||
|
||
export default class EngineeringDecision extends Constraint { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Behavior from './Behavior.mjs'; | ||
|
||
export default class Example extends Behavior { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Behavior from './Behavior.mjs'; | ||
|
||
export default class FunctionalBehavior extends Behavior { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Constraint from './Constraint.mjs'; | ||
|
||
export default class Invariant extends Constraint { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import MetaRequirement from './MetaRequirement.mjs'; | ||
|
||
export default class Justification extends MetaRequirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Requirement from './Requirement.mjs'; | ||
|
||
export default class Lack extends Requirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Requirement from './Requirement.mjs'; | ||
|
||
export default class Limit extends Requirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Requirement from './Requirement.mjs'; | ||
|
||
export default class MetaRequirement extends Requirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Behavior from './Behavior.mjs'; | ||
|
||
export default class NonFunctionalBehavior extends Behavior { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Constraint from './Constraint.mjs'; | ||
|
||
export default class Obligation extends Constraint { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Constraint from './Constraint.mjs'; | ||
|
||
export default class PhysicalRule extends Constraint { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Requirement from './Requirement.mjs'; | ||
|
||
export default class Product extends Requirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Requirement from './Requirement.mjs'; | ||
|
||
export default class Responsibility extends Requirement { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/*! | ||
* @license | ||
* Copyright (C) 2023 Final Hill LLC | ||
* SPDX-License-Identifier: AGPL-3.0-only | ||
* @see <https://spdx.org/licenses/AGPL-3.0-only.html> | ||
*/ | ||
|
||
|
||
import Responsibility from './Responsibility.mjs'; | ||
|
||
export default class Role extends Responsibility { } |
Oops, something went wrong.