Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
kernel
Commits
b1f8f54d
Commit
b1f8f54d
authored
12 years ago
by
Daniel Ratiu
Browse files
Options
Downloads
Patches
Plain Diff
GREEN
parent
66d6397d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java
+4
-5
4 additions, 5 deletions
...iss/tooling/kernel/internal/ConstraintCheckerService.java
with
4 additions
and
5 deletions
org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintCheckerService.java
+
4
−
5
View file @
b1f8f54d
...
...
@@ -35,20 +35,19 @@ import org.fortiss.tooling.kernel.service.base.EObjectAwareServiceBase;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash:
8EC4600C282E972A16DC3CF8F4028B2E
* @ConQAT.Rating GREEN Hash:
22CF78E8282A1AAAE396C2AB6873A953
*/
public
class
ConstraintCheckerService
extends
EObjectAwareServiceBase
<
IConstraintChecker
<
EObject
>>
implements
IConstraintCheckerService
{
// TODO the comments of the class fields are strange
/** The compositor extension point ID. */
/** The constraint checker extension point ID. */
private
static
final
String
EXTENSION_POINT_NAME
=
"org.fortiss.tooling.kernel.modelElementConstraintChecker"
;
/** The co
mposito
r configuration element name. */
/** The co
nstraint checke
r configuration element name. */
private
static
final
String
CONFIGURATION_ELEMENT_NAME
=
"modelElementConstraintChecker"
;
/** The co
mpositor class
attribute name. */
/** The co
nstraint checker handler
attribute name. */
private
static
final
String
HANDLER_CLASS_ATTRIBUTE_NAME
=
"checker"
;
/** {@inheritDoc} */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment