Skip to content
Snippets Groups Projects
Commit 312dc08f authored by Fabian Brosig's avatar Fabian Brosig
Browse files

cleanup code comments

parent b6433807
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,6 @@ package functions : functions = 'http://www.descartes-research.net/metamodel/fun ...@@ -45,7 +45,6 @@ package functions : functions = 'http://www.descartes-research.net/metamodel/fun
class FormalParameter extends Expression class FormalParameter extends Expression
{ {
-- reference to a name of an influencing parameter -- reference to a name of an influencing parameter
-- TODO what about CharacterizationType?
attribute value : String[?] { ordered }; attribute value : String[?] { ordered };
} }
abstract class Atom extends Expression; abstract class Atom extends Expression;
...@@ -124,7 +123,6 @@ package functions : functions = 'http://www.descartes-research.net/metamodel/fun ...@@ -124,7 +123,6 @@ package functions : functions = 'http://www.descartes-research.net/metamodel/fun
attribute value : Integer; attribute value : Integer;
attribute probability : Real; attribute probability : Real;
} }
-- TODO maybe delete BoolSamples and EnumSamples, do we need them?
class BoolSample extends Sample { class BoolSample extends Sample {
attribute value : Boolean; attribute value : Boolean;
attribute probability : Real; attribute probability : Real;
......
...@@ -131,7 +131,7 @@ package repository : repository = 'http://www.descartes-research.net/metamodel/r ...@@ -131,7 +131,7 @@ package repository : repository = 'http://www.descartes-research.net/metamodel/r
{ {
attribute capacity : Integer[1]; 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; class SubSystem extends RepositoryComponent, ComposedProvidingRequiringEntity;
......
...@@ -89,7 +89,7 @@ package servicebehavior : servicebehavior = 'http://www.descartes-research.net/m ...@@ -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 { class InternalCallAction {
property internalFineGrainedBehaviorHelper : InternalFineGrainedBehaviorHelper[1]; property internalFineGrainedBehaviorHelper : InternalFineGrainedBehaviorHelper[1];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment