Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TeeTime-Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nelson Tavares de Sousa
TeeTime-Framework
Commits
45a4171a
Commit
45a4171a
authored
10 years ago
by
Nelson Tavares de Sousa
Browse files
Options
Downloads
Patches
Plain Diff
#83 added JavaDoc
parent
7fd8a64e
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
src/main/java/teetime/framework/Stage.java
+6
-0
6 additions, 0 deletions
src/main/java/teetime/framework/Stage.java
with
6 additions
and
0 deletions
src/main/java/teetime/framework/Stage.java
+
6
−
0
View file @
45a4171a
...
@@ -25,6 +25,11 @@ public abstract class Stage { // NOPMD (should not start with "Abstract")
...
@@ -25,6 +25,11 @@ public abstract class Stage { // NOPMD (should not start with "Abstract")
this
.
logger
=
LoggerFactory
.
getLogger
(
this
.
id
);
this
.
logger
=
LoggerFactory
.
getLogger
(
this
.
id
);
}
}
/**
* Retrieves the identifier associated with the stage
*
* @return An id as String
*/
public
String
getId
()
{
public
String
getId
()
{
return
this
.
id
;
return
this
.
id
;
}
}
...
@@ -56,6 +61,7 @@ public abstract class Stage { // NOPMD (should not start with "Abstract")
...
@@ -56,6 +61,7 @@ public abstract class Stage { // NOPMD (should not start with "Abstract")
// public abstract void setParentStage(Stage parentStage, int index);
// public abstract void setParentStage(Stage parentStage, int index);
/**
/**
* This should check, if the OutputPorts are connected correctly. This is needed to avoid NullPointerExceptions and other errors.
*
*
* @param invalidPortConnections
* @param invalidPortConnections
* <i>(Passed as parameter for performance reasons)</i>
* <i>(Passed as parameter for performance reasons)</i>
...
...
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