Skip to content
Snippets Groups Projects
Commit 21477007 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

added export of place informations and rebuild the export

parent 197d324b
Branches
No related tags found
No related merge requests found
......@@ -75,4 +75,18 @@ public final class PnmlConstants {
public static final String ARC_TYPE_KEY = "type";
public static final String DEFAULT_ARC = "default";
public static final String INHIBITOR_ARC = "inhibitor";
// LRPN keys
public static final String CHANNEL_PORTS_KEY = "ports";
public static final String CHANNEL_PORT_KEY = "port";
public static final String CHANNEL_PLACE_KEY = "placeId";
public static final String CHANNEL_NAME_KEY = "name";
public static final String CHANNEL_PLACE_TYPE_KEY = "placeType";
public static final String CHANNEL_PLACE_TYPE_SUB_KEY = "sub";
public static final String CHANNEL_PLACE_TYPE_PUB_KEY = "pub";
public static final String CHANNEL_PLACE_TYPE_CLIENT_RES_KEY = "cres";
public static final String CHANNEL_PLACE_TYPE_CLIENT_REQ_KEY = "creq";
public static final String CHANNEL_PLACE_TYPE_SERVER_RES_KEY = "sres";
public static final String CHANNEL_PLACE_TYPE_SERVER_REQ_KEY = "sreq";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment