Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
139a6d01
Commit
139a6d01
authored
Apr 13, 2016
by
Michael Stein
Browse files
graph types for attaching positions (X,Y) to nodes
parent
c437e0ca
Changes
1
Show whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/sis/type/SiSTypes.java
View file @
139a6d01
...
...
@@ -55,6 +55,9 @@ public final class SiSTypes {
public
static
final
SiSType
<
Location
>
PHY_LOCATION
=
create
(
"PHY_LOCATION"
,
Location
.
class
,
null
);
public
static
final
SiSType
<
Double
>
POSITION_X
=
create
(
"LOCATION_X"
,
Double
.
class
,
null
);
public
static
final
SiSType
<
Double
>
POSITION_Y
=
create
(
"LOCATION_Y"
,
Double
.
class
,
null
);
/**
* [none] Just a dummy Test attribute of type double. Do not use in
* production code.
...
...
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