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

new constants for pnml parsing, updated nav, updated testnet1

parent 613c7879
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ public final class PnmlConstants {
public static final String TOPIC_SUBSCRIBER = "topicSub";
public static final String SERVICE_CLIENT = "serviceClient";
public static final String SERVICE_SERVER = "serviceServer";
public static final String TEMPLATE_NET = "DinerosTemplate";
// arc types
public static final String ARC_TYPE_KEY = "type";
......
......@@ -114,13 +114,19 @@ aspect Navigation {
syn Transition TransitionNode.asTransition() = null;
eq Transition.asTransition() = this;
syn Node PnObject.asNode() = null;
eq Node.asNode() = this;
syn TransitionNode Node.asTransitionNode() = null;
eq TransitionNode.asTransitionNode() = this;
syn DinerosTransition Transition.asDinerosTransition() = null;
eq DinerosTransition.asDinerosTransition() = this;
syn DinerosPlace Place.asDinerosPlace() = null;
syn Page PnObject.asPage() = null;
eq Page.asPage() = this;
syn DinerosPlace PnObject.asDinerosPlace() = null;
eq DinerosPlace.asDinerosPlace() = this;
syn TopicTransitionInformation TransitionInformation.asTopicTransitionInformation() = null;
......
......@@ -23,9 +23,9 @@
</graphics>
</place>
</page>
<transition id="sampleTopic">
<transition id="sampleTopicTrans">
<toolspecific tool="de.tudresden.inf.st.pnml.distributedPN" version="0.1">
<type>topic</type>
<type>topicTransitionType</type>
<topicName>sampleTopic</topicName>
<publishers>
<publisher>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment