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
942457e0
Commit
942457e0
authored
Jul 18, 2012
by
Daniel Ratiu
Browse files
review
parent
e1c22584
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.multicore/trunk/src/org/fortiss/af3/multicore/utils/MulticoreModelElementFactory.java
View file @
942457e0
...
@@ -41,6 +41,7 @@ public class MulticoreModelElementFactory {
...
@@ -41,6 +41,7 @@ public class MulticoreModelElementFactory {
public
static
NiosIICore
createNiosIICore
(
String
name
)
{
public
static
NiosIICore
createNiosIICore
(
String
name
)
{
NiosIICore
nios
=
AF3MulticoreFactory
.
eINSTANCE
.
createNiosIICore
();
NiosIICore
nios
=
AF3MulticoreFactory
.
eINSTANCE
.
createNiosIICore
();
nios
.
setName
(
name
);
nios
.
setName
(
name
);
// TODO (Dan): please use import static
LayoutModelElementFactory
.
createNodeElementLayout
(
nios
);
LayoutModelElementFactory
.
createNodeElementLayout
(
nios
);
return
nios
;
return
nios
;
}
}
...
...
Write
Preview
Markdown
is supported
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