Commit 139a6d01 authored by Michael Stein's avatar Michael Stein
Browse files

graph types for attaching positions (X,Y) to nodes

parent c437e0ca
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment