Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
d276cfc8
Commit
d276cfc8
authored
Apr 05, 2018
by
Simon Barner
Browse files
Remove documentation reference to deprecated class.
refs 3120
parent
af8b3820
Changes
2
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.mira/trunk/src/org/fortiss/af3/mira/verification/.ratings
View file @
d276cfc8
...
...
@@ -4,4 +4,4 @@ RequirementConflictChecker.java a852d3f317a9149fd0def14c196a274f246f52c3 GREEN
RequirementConstraintViolation.java ae0f6d6d8f18802b30b84e27ff33f05656e8bdbb GREEN
RequirementDeclinedSourceChecker.java a2af343c4b6c340bf5905a7289022e02230d67af GREEN
RequirementRedundantTraceChecker.java cf0033a7bfaf222a7d7fcf91669e3cf6a2b78633 GREEN
RequirementTraceToComponentArchitectureChecker.java
a11c74c992c4fa38e7151157a01e37c25a14df4f
GREEN
RequirementTraceToComponentArchitectureChecker.java
5afc82102691d356bf9b3075530f9ed9bf51c2bb
GREEN
org.fortiss.af3.mira/trunk/src/org/fortiss/af3/mira/verification/RequirementTraceToComponentArchitectureChecker.java
View file @
d276cfc8
...
...
@@ -24,17 +24,15 @@ import org.fortiss.af3.component.model.Component;
import
org.fortiss.af3.mira.model.ExternalRelation
;
import
org.fortiss.af3.mira.model.Requirement
;
import
org.fortiss.af3.mira.model.interfacebehaviour.InterfaceBehaviour
;
import
org.fortiss.af3.mira.model.usecase.UseCase
;
import
org.fortiss.tooling.kernel.extension.IConstraintChecker
;
import
org.fortiss.tooling.kernel.extension.base.ConstraintCheckerBase
;
/**
* {@link IConstraintChecker} {@link Requirement} implemented in component architecture.
* {@link InterfaceBehaviour} and {@link UseCase}s should be connected to a {@link Component} in the
* component
* architecture.
* {@link InterfaceBehaviour} should be connected to a {@link Component} in the
* component architecture.
*
* @author
user
* @author
teufl
*/
public
class
RequirementTraceToComponentArchitectureChecker
extends
ConstraintCheckerBase
<
Requirement
>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment