From 312dc08ff2d7ebe0d582747b2566880f7fcaf36e Mon Sep 17 00:00:00 2001 From: Fabian Brosig <fabian.brosig@uni-wuerzburg.de> Date: Mon, 22 Dec 2014 16:15:34 +0100 Subject: [PATCH] cleanup code comments --- .../model/functions.ecore.oclinecore | 2 -- .../model/repository.ecore.oclinecore | 2 +- .../model/servicebehavior.ecore.oclinecore | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/edu.kit.ipd.descartes.mm.applicationlevel/model/functions.ecore.oclinecore b/edu.kit.ipd.descartes.mm.applicationlevel/model/functions.ecore.oclinecore index d865d4e9..d6912c0e 100644 --- a/edu.kit.ipd.descartes.mm.applicationlevel/model/functions.ecore.oclinecore +++ b/edu.kit.ipd.descartes.mm.applicationlevel/model/functions.ecore.oclinecore @@ -45,7 +45,6 @@ package functions : functions = 'http://www.descartes-research.net/metamodel/fun class FormalParameter extends Expression { -- reference to a name of an influencing parameter - -- TODO what about CharacterizationType? attribute value : String[?] { ordered }; } abstract class Atom extends Expression; @@ -124,7 +123,6 @@ package functions : functions = 'http://www.descartes-research.net/metamodel/fun attribute value : Integer; attribute probability : Real; } - -- TODO maybe delete BoolSamples and EnumSamples, do we need them? class BoolSample extends Sample { attribute value : Boolean; attribute probability : Real; diff --git a/edu.kit.ipd.descartes.mm.applicationlevel/model/repository.ecore.oclinecore b/edu.kit.ipd.descartes.mm.applicationlevel/model/repository.ecore.oclinecore index 4ef65ec8..f4669117 100644 --- a/edu.kit.ipd.descartes.mm.applicationlevel/model/repository.ecore.oclinecore +++ b/edu.kit.ipd.descartes.mm.applicationlevel/model/repository.ecore.oclinecore @@ -131,7 +131,7 @@ package repository : repository = 'http://www.descartes-research.net/metamodel/r { attribute capacity : Integer[1]; } - class CompositeComponent extends RepositoryComponent, ComposedProvidingRequiringEntity; --#TODO check necessity of (PCM) OCL constraints + class CompositeComponent extends RepositoryComponent, ComposedProvidingRequiringEntity; class SubSystem extends RepositoryComponent, ComposedProvidingRequiringEntity; diff --git a/edu.kit.ipd.descartes.mm.applicationlevel/model/servicebehavior.ecore.oclinecore b/edu.kit.ipd.descartes.mm.applicationlevel/model/servicebehavior.ecore.oclinecore index d06ed3f5..d3b99e3f 100644 --- a/edu.kit.ipd.descartes.mm.applicationlevel/model/servicebehavior.ecore.oclinecore +++ b/edu.kit.ipd.descartes.mm.applicationlevel/model/servicebehavior.ecore.oclinecore @@ -89,7 +89,7 @@ package servicebehavior : servicebehavior = 'http://www.descartes-research.net/m --################################################ /* - --# TODO discuss this construction of InternalCallAction and InternalHelper(Container) + --# construction of InternalCallAction and InternalHelper(Container) ? class InternalCallAction { property internalFineGrainedBehaviorHelper : InternalFineGrainedBehaviorHelper[1]; } -- GitLab