Skip to content
Snippets Groups Projects
Commit 2f190303 authored by Jürgen Walter's avatar Jürgen Walter
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 522 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="src" path="testfiles"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
/bin/
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tools.descartes.dql.connector.simQPN</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ds.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/src=UTF-8
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.8
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DQL Connector for SimQPN
Bundle-SymbolicName: tools.descartes.dql.connector.simQPN
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: tools.descartes.dql.connector.simQPN.Activator
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: de.tud.cs.qpe.model,
de.tud.cs.simqpn.kernel.console,
de.tud.cs.simqpn.kernel.entities,
de.tud.cs.simqpn.kernel.loading,
de.tud.cs.simqpn.kernel.loading.flatten,
de.tud.cs.simqpn.ui.actions,
de.tud.cs.simqpn.ui.model,
edu.kit.ipd.descartes.qpme.model,
edu.kit.ipd.descartes.qpme.model.impl,
edu.kit.ipd.descartes.qpme.simqpn.model,
extension,
org.apache.log4j;version="1.2.15",
org.dom4j;version="1.6.1",
org.dom4j.io;version="1.6.1",
org.eclipse.core.resources,
org.eclipse.core.runtime;version="3.4.0",
org.eclipse.emf.common,
org.eclipse.emf.common.util,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.resource,
org.eclipse.emf.ecore.resource.impl,
org.eclipse.emf.ecore.util,
org.eclipse.emf.ecore.xmi.impl,
org.eclipse.emf.edit.tree,
org.jfree.io;version="1.0.12",
org.osgi.framework;version="1.3.0",
tools.descartes.dql.connector,
tools.descartes.dql.core.engine,
tools.descartes.dql.core.engine.util,
tools.descartes.dql.models.mapping.domain,
tools.descartes.dql.models.mapping.domain.impl,
tools.descartes.dql.models.mapping.domain.util,
tools.descartes.dql.models.mapping.mapping,
tools.descartes.dql.models.mapping.mapping.impl
Require-Bundle: org.eclipse.osgi;bundle-version="3.8.1",
org.eclipse.jface,
qpme.simqpn.kernel;bundle-version="2.1.0",
qpme.simqpn.model;bundle-version="2.1.0",
qpme.qpe.core;bundle-version="2.1.0",
qpme.simqpn.ui;bundle-version="2.1.0",
org.eclipse.equinox.app;bundle-version="1.3.200"
Service-Component: META-INF/component.xml
Bundle-Vendor: Descartes Research Group
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="tools.descartes.dql.connector.simQPN">
<implementation class="tools.descartes.dql.connector.simQPN.ConnectorProviderImpl"/>
<properties entry="META-INF/connector.properties"/>
<service>
<provide interface="tools.descartes.dql.connector.ConnectorProvider"/>
</service>
</scr:component>
# Performance Meta-Model Family Name
dql.connector.family = simQPN
# Supported Query Classes
dql.connector.modelstructure = true
dql.connector.performancemetrics = true
dql.connector.performanceissues = false
\ No newline at end of file
output.. = bin/
bin.includes = .,\
META-INF/,\
target/
source.. = src/
src.includes = target/
<?xml version="1.0" encoding="UTF-8"?>
<class-diagram version="1.1.8" icons="true" always-add-relationships="false" generalizations="true" realizations="true"
associations="true" dependencies="false" nesting-relationships="true">
<class id="1" language="java" name="tools.descartes.dql.connector.simQPN.Activator"
project="tools.descartes.dql.connector.simQPN"
file="/tools.descartes.dql.connector.simQPN/src/tools/descartes/dql/connector/simQPN/Activator.java" binary="false"
corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="930" y="67"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false" static="true"/>
<operations public="false" package="false" protected="false" private="false" static="true"/>
</display>
</class>
<class id="2" language="java" name="tools.descartes.dql.connector.simQPN.ConfigurationBuilder"
project="tools.descartes.dql.connector.simQPN"
file="/tools.descartes.dql.connector.simQPN/src/tools/descartes/dql/connector/simQPN/ConfigurationBuilder.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="674" y="172"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false" static="true"/>
<operations public="false" package="false" protected="false" private="false" static="true"/>
</display>
</class>
<class id="3" language="java" name="tools.descartes.dql.connector.simQPN.ConfigurationBuilder.StatLevel"
project="tools.descartes.dql.connector.simQPN"
file="/tools.descartes.dql.connector.simQPN/src/tools/descartes/dql/connector/simQPN/ConfigurationBuilder.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="933" y="172"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false" static="true"/>
<operations public="false" package="false" protected="false" private="false" static="true"/>
</display>
</class>
<class id="4" language="java" name="tools.descartes.dql.connector.simQPN.ModelStructureQueryConnectorImpl"
project="tools.descartes.dql.connector.simQPN"
file="/tools.descartes.dql.connector.simQPN/src/tools/descartes/dql/connector/simQPN/ModelStructureQueryConnectorImpl.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="181" y="65"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false" static="true"/>
<operations public="false" package="false" protected="false" private="false" static="true"/>
</display>
</class>
<class id="5" language="java" name="tools.descartes.dql.connector.simQPN.PerformanceMetric"
project="tools.descartes.dql.connector.simQPN"
file="/tools.descartes.dql.connector.simQPN/src/tools/descartes/dql/connector/simQPN/PerformanceMetric.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="150" y="172"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false" static="true"/>
<operations public="false" package="false" protected="false" private="false" static="true"/>
</display>
</class>
<class id="6" language="java"
name="tools.descartes.dql.connector.simQPN.PerformanceMetricsQueryConnectorImpl.DegreeOfFreedom"
project="tools.descartes.dql.connector.simQPN"
file="/tools.descartes.dql.connector.simQPN/src/tools/descartes/dql/connector/simQPN/PerformanceMetricsQueryConnectorImpl.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="413" y="171"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false" static="true"/>
<operations public="false" package="false" protected="false" private="false" static="true"/>
</display>
</class>
<class id="7" language="java" name="tools.descartes.dql.connector.simQPN.PerformanceMetricsQueryConnectorImpl"
project="tools.descartes.dql.connector.simQPN"
file="/tools.descartes.dql.connector.simQPN/src/tools/descartes/dql/connector/simQPN/PerformanceMetricsQueryConnectorImpl.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="559" y="66"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false" static="true"/>
<operations public="false" package="false" protected="false" private="false" static="true"/>
</display>
</class>
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</classifier-display>
<association-display labels="true" multiplicity="true"/>
</class-diagram>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="benchmark"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>examples</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>
SELECT Trigger.b_StandardDeviationTokenResidenceTime,
Trigga.B_MeanTokenResidenceTime
CONSTRAINED AS 'Accuracy = 0.99'
FOR RESOURCE 'G' AS Trigger,
RESOURCE 'C1' AS Trigga
USING simQPN@'C:\\Users\\Simon\\git\\dql\\connectors\\tools.descartes.dql.connector.simQPN\\testfiles\\SjAS04Model_6AS-L5.qpe';
\ No newline at end of file
SELECT Trigger.b_StandardDeviationTokenResidenceTime,
Trigger.b_MeanTokenResidenceTime,
Trigga.B_MinimumTokenPopulation
CONSTRAINED AS 'Accuracy = 0.7'
FOR RESOURCE 'G' AS Trigger,
RESOURCE 'C1' AS Trigga
USING simQPN@'C:\\Users\\Simon\\git\\dql\\connectors\\tools.descartes.dql.connector.simQPN\\testfiles\\SjAS04Model_6AS-L5.qpe';
\ No newline at end of file
SELECT WLS_ThreadPool.t_MinimumTokenResidenceTime,
Client.Depository_x1_StandardDeviationTokenResidenceTime,
DBS.c_TokenColorOccupancy
CONSTRAINED AS 'Accuracy = 0.99'
FOR RESOURCE 'WLS-Thread-Pool' AS WLS_ThreadPool,
RESOURCE 'Client' AS Client,
RESOURCE 'DBS-Conn-Pool' AS DBS
USING simQPN@'C:\\Users\\Simon\\git\\dql\\connectors\\tools.descartes.dql.connector.simQPN\\testfiles\\ispass03.qpe';
\ No newline at end of file
SELECT WLS_ThreadPool.t_MinimumTokenResidenceTime,
Client.Depository_x1_StandardDeviationTokenResidenceTime,
DBS.c_TokenColorOccupancy
CONSTRAINED AS 'Accuracy = 0.7'
FOR RESOURCE 'WLS-Thread-Pool' AS WLS_ThreadPool,
RESOURCE 'Client' AS Client,
RESOURCE 'DBS-Conn-Pool' AS DBS
USING simQPN@'C:\\Users\\Simon\\git\\dql\\connectors\\tools.descartes.dql.connector.simQPN\\testfiles\\ispass03.qpe';
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<net qpme-version="2.0.1">
<queues>
<queue id="q0" name="Q0" strategy="IS" number-of-servers="1"/>
<queue id="q1" name="Q1" strategy="PS" number-of-servers="1"/>
<queue id="q2" name="Q2" strategy="PS" number-of-servers="1"/>
<queue id="q3" name="Q3" strategy="FCFS" number-of-servers="1"/>
</queues>
<colors>
<color real-color="#8f780b" id="1156184916275" name="x1" description="NewOrder Request"/>
<color real-color="#df0a03" id="1156184916276" name="x2" description="ChangeOrder Request"/>
<color real-color="#3d4e34" id="1156184916277" name="t" description="WLS Thread"/>
<color real-color="#16d392" id="1156184916278" name="c" description="DB Connection"/>
<color real-color="#9773d8" id="1156184916279" name="p" description="DBS Process"/>
</colors>
<places>
<place id="1156184916274" departure-discipline="NORMAL" type="ordinary-place" name="WLS-Thread-Pool">
<meta-attributes>
<meta-attribute name="location" location-x="424" location-y="71"/>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1156325208668" statsLevel="0"/>
<meta-attribute name="sim-qpn" configuration-name="new configuration" id="1421768067696" statsLevel="1"/>
</meta-attributes>
<color-refs>
<color-ref id="1156184916311" color-id="1156184916277" initial-population="10">
<meta-attributes/>
</color-ref>
</color-refs>
</place>
<place id="1156184916280" type="queueing-place" name="Client" departure-discipline="FIFO" queue-ref="q0">
<meta-attributes>
<meta-attribute name="location" location-x="540" location-y="465"/>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1156325208669" statsLevel="0"/>
<meta-attribute name="sim-qpn" configuration-name="new configuration" id="1421768067697" statsLevel="1"/>
</meta-attributes>
<color-refs>
<color-ref color-id="1156184916275" id="1156184916314" distribution-function="Exponential" maximum-capacity="0" ranking="0" priority="0" initial-population="10" lambda="0.0010">
<meta-attributes/>
</color-ref>
<color-ref color-id="1156184916276" id="1156325208629" initial-population="10" maximum-capacity="0" ranking="0" priority="0" distribution-function="Exponential" input-file="" lambda="0.0010">
<meta-attributes/>
</color-ref>
</color-refs>
</place>
<place id="1156184916283" departure-discipline="NORMAL" type="queueing-place" name="WLS-CPU" queue-ref="q1">
<meta-attributes>
<meta-attribute name="location" location-x="120" location-y="268"/>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1156325208672" statsLevel="4"/>
<meta-attribute name="sim-qpn" configuration-name="new configuration" id="1421768067698" statsLevel="1"/>
</meta-attributes>
<color-refs>
<color-ref color-id="1156184916275" id="1156184916315" distribution-function="Exponential" initial-population="0" maximum-capacity="0" ranking="0" priority="0" input-file="" lambda="0.0142857">
<meta-attributes>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1418920202918" signLev="0.05" reqAbsPrc="50" reqRelPrc="0.05" batchSize="200" minBatches="60" numBMeansCorlTested="50" bucketSize="100.0" maxBuckets="1000" queueSignLev="0.05" queueReqAbsPrc="50" queueReqRelPrc="0.05" queueBatchSize="200" queueMinBatches="60" queueNumBMeansCorlTested="50" queueBucketSize="100.0" queueMaxBuckets="1000"/>
</meta-attributes>
</color-ref>
<color-ref color-id="1156184916276" id="1156325208626" distribution-function="Exponential" initial-population="0" maximum-capacity="0" ranking="0" priority="0" lambda="0.0384615">
<meta-attributes>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1418920202919" signLev="0.05" reqAbsPrc="50" reqRelPrc="0.05" batchSize="200" minBatches="60" numBMeansCorlTested="50" bucketSize="100.0" maxBuckets="1000" queueSignLev="0.05" queueReqAbsPrc="50" queueReqRelPrc="0.05" queueBatchSize="200" queueMinBatches="60" queueNumBMeansCorlTested="50" queueBucketSize="100.0" queueMaxBuckets="1000"/>
</meta-attributes>
</color-ref>
</color-refs>
</place>
<place id="1156184916285" departure-discipline="NORMAL" type="ordinary-place" name="DBS-PQ">
<meta-attributes>
<meta-attribute name="location" location-x="351" location-y="267"/>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1156325208673" statsLevel="0"/>
<meta-attribute name="sim-qpn" configuration-name="new configuration" id="1421768067699" statsLevel="1"/>
</meta-attributes>
<color-refs>
<color-ref color-id="1156184916275" id="1156184916316" initial-population="0" maximum-capacity="0"/>
<color-ref color-id="1156184916276" id="1156325208645" initial-population="0" maximum-capacity="0"/>
</color-refs>
</place>
<place id="1156184916286" departure-discipline="NORMAL" type="queueing-place" name="DBS-CPU" queue-ref="q2">
<meta-attributes>
<meta-attribute name="location" location-x="554" location-y="269"/>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1156325208674" statsLevel="0"/>
<meta-attribute name="sim-qpn" configuration-name="new configuration" id="1421768067700" statsLevel="1"/>
</meta-attributes>
<color-refs>
<color-ref color-id="1156184916275" id="1156184916317" distribution-function="Exponential" input-file="" lambda="0.0188679" priority="0" ranking="0" maximum-capacity="0" initial-population="0">
<meta-attributes/>
</color-ref>
<color-ref color-id="1156184916276" id="1156325208627" initial-population="0" maximum-capacity="0" ranking="0" priority="0" distribution-function="Exponential" lambda="0.0625">
<meta-attributes/>
</color-ref>
</color-refs>
</place>
<place id="1156184916287" departure-discipline="NORMAL" type="queueing-place" name="DBS-I/O" queue-ref="q3">
<meta-attributes>
<meta-attribute name="location" location-x="753" location-y="270"/>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1156325208675" statsLevel="0"/>
<meta-attribute name="sim-qpn" configuration-name="new configuration" id="1421768067701" statsLevel="1"/>
</meta-attributes>
<color-refs>
<color-ref color-id="1156184916275" id="1156184916318" distribution-function="Exponential" initial-population="0" maximum-capacity="0" ranking="0" priority="0" lambda="0.0833333">
<meta-attributes/>
</color-ref>
<color-ref color-id="1156184916276" id="1156325208628" distribution-function="Exponential" priority="0" ranking="0" maximum-capacity="0" initial-population="0" lambda="0.1666666">
<meta-attributes/>
</color-ref>
</color-refs>
</place>
</places>
<transitions>
<transition id="1156184916289" priority="0" type="immediate-transition" weight="1.0" name="t2">
<meta-attributes>
<meta-attribute name="location" location-x="239" location-y="267"/>
</meta-attributes>
<modes>
<mode name="mode 1" real-color="#7c6c43" firing-weight="1.0" id="1156184916320"/>
<mode name="mode 2" real-color="#570486" firing-weight="1.0" id="1156325208631"/>
</modes>
<connections>
<connection source-id="1156184916315" target-id="1156184916320" count="1" id="1156184916327"/>
<connection source-id="1156184916320" target-id="1156184916316" count="1" id="1156184916329"/>
<connection source-id="1156325208626" target-id="1156325208631" count="1" id="1156325208647"/>
<connection source-id="1156325208631" target-id="1156325208645" count="1" id="1156325208649"/>
</connections>
</transition>
<transition id="1156184916290" priority="0" type="immediate-transition" weight="1.0" name="t3">
<meta-attributes>
<meta-attribute name="location" location-x="462" location-y="268"/>
</meta-attributes>
<modes>
<mode name="mode 1" real-color="#744be4" firing-weight="1.0" id="1156184916321"/>
<mode name="mode 2" real-color="#9d8985" firing-weight="1.0" id="1156325208632"/>
</modes>
<connections>
<connection source-id="1156184916316" target-id="1156184916321" count="1" id="1156184916330"/>
<connection source-id="1156184916321" target-id="1156184916317" count="1" id="1156184916332"/>
<connection source-id="1156325208632" target-id="1156325208627" count="1" id="1156325208644"/>
<connection source-id="1156325208645" target-id="1156325208632" count="1" id="1156325208646"/>
</connections>
</transition>
<transition id="1156184916291" priority="0" type="immediate-transition" weight="1.0" name="t4">
<meta-attributes>
<meta-attribute name="location" location-x="661" location-y="269"/>
</meta-attributes>
<modes>
<mode name="mode 1" real-color="#15c156" firing-weight="1.0" id="1156184916322"/>
<mode name="mode 2" real-color="#ebff96" firing-weight="1.0" id="1156325208633"/>
</modes>
<connections>
<connection source-id="1156184916317" target-id="1156184916322" count="1" id="1156184916333"/>
<connection source-id="1156184916322" target-id="1156184916318" count="1" id="1156184916334"/>
<connection source-id="1156325208627" target-id="1156325208633" count="1" id="1156325208640"/>
<connection source-id="1156325208633" target-id="1156325208628" count="1" id="1156325208641"/>
</connections>
</transition>
<transition id="1156184916292" priority="0" type="immediate-transition" weight="1.0" name="t5">
<meta-attributes>
<meta-attribute name="location" location-x="891" location-y="269"/>
</meta-attributes>
<modes>
<mode name="mode 1" real-color="#26eb53" firing-weight="1.0" id="1156184916323"/>
<mode name="mode 2" real-color="#02860b" firing-weight="1.0" id="1156325208634"/>
</modes>
<connections>
<connection source-id="1156184916318" target-id="1156184916323" count="1" id="1156184916335"/>
<connection source-id="1156184916323" target-id="1156184916311" count="1" id="1156184916336"/>
<connection source-id="1156184916323" target-id="1156184916314" count="1" id="1156184916339"/>
<connection source-id="1156325208628" target-id="1156325208634" count="1" id="1156325208635"/>
<connection source-id="1156325208634" target-id="1156325208629" count="1" id="1156325208636"/>
<connection source-id="1156325208634" target-id="1156184916311" count="1" id="1156325208639"/>
</connections>
</transition>
<transition id="1156184916293" priority="0" type="immediate-transition" weight="1.0" name="t1">
<meta-attributes>
<meta-attribute name="location" location-x="-19" location-y="267"/>
</meta-attributes>
<modes>
<mode name="mode 1" real-color="#c0e34c" firing-weight="1.0" id="1156184916319"/>
<mode name="mode 2" real-color="#f2d01e" firing-weight="1.0" id="1156325208630"/>
</modes>
<connections>
<connection source-id="1156184916311" target-id="1156184916319" count="1" id="1156184916324"/>
<connection source-id="1156184916314" target-id="1156184916319" count="1" id="1156184916325"/>
<connection source-id="1156184916319" target-id="1156184916315" count="1" id="1156184916326"/>
<connection source-id="1156325208629" target-id="1156325208630" count="1" id="1156325208650"/>
<connection source-id="1156325208630" target-id="1156325208626" count="1" id="1156325208651"/>
<connection source-id="1156184916311" target-id="1156325208630" count="1" id="1156325208652"/>
</connections>
</transition>
</transitions>
<connections>
<connection source-id="1156184916292" target-id="1156184916274" id="1156184916294"/>
<connection source-id="1156184916274" target-id="1156184916293" id="1156184916295"/>
<connection source-id="1156184916293" target-id="1156184916283" id="1156184916296"/>
<connection source-id="1156184916283" target-id="1156184916289" id="1156184916297"/>
<connection source-id="1156184916289" target-id="1156184916285" id="1156184916298"/>
<connection source-id="1156184916285" target-id="1156184916290" id="1156184916299"/>
<connection source-id="1156184916290" target-id="1156184916286" id="1156184916300"/>
<connection source-id="1156184916286" target-id="1156184916291" id="1156184916301"/>
<connection source-id="1156184916291" target-id="1156184916287" id="1156184916302"/>
<connection source-id="1156184916287" target-id="1156184916292" id="1156184916303"/>
<connection source-id="1156184916292" target-id="1156184916280" id="1156184916309"/>
<connection source-id="1156184916280" target-id="1156184916293" id="1156184916310"/>
</connections>
<meta-attributes>
<meta-attribute name="sim-qpn" configuration-name="example_config" scenario="1" id="1156325208667" time-before-initial-heart-beat="100000" seconds-between-heart-beats="60" verbosity-level="1" output-directory="." ramp-up-length="5.0E7" total-run-length="1.0E8" stopping-rule="ABSPRC" time-between-stop-checks="100000.0" seconds-between-stop-checks="60.0"/>
<meta-attribute name="sim-qpn" configuration-name="new configuration" id="1421768067695" scenario="1" ramp-up-length="1000000" total-run-length="10000000" stopping-rule="FIXEDLEN" time-before-initial-heart-beat="100000" time-between-stop-checks="100000" seconds-between-stop-checks="60" seconds-between-heart-beats="60" verbosity-level="0" output-directory="."/>
</meta-attributes>
<probes id="1413816631325">
<probe name="new probe" start-trigger="entry" end-trigger="exit" id="1413816631326" start-place-id="1156184916280" end-place-id="1156184916285">
<color-refs>
<color-ref color-id="1156184916275" id="1413817055911"/>
<color-ref color-id="1156184916276" id="1413817055913"/>
<color-ref color-id="1156184916277" id="1413817055914"/>
<color-ref color-id="1156184916278" id="1413817055915"/>
<color-ref color-id="1156184916279" id="1413817055916"/>
</color-refs>
<meta-attributes>
<meta-attribute name="sim-qpn" configuration-name="example_config" id="1413817055912" statsLevel="0"/>
<meta-attribute name="sim-qpn" configuration-name="new configuration" id="1421768067702" statsLevel="1"/>
</meta-attributes>
</probe>
</probes>
</net>
LIST DOF
USING simQPN@'\\ispass03.qpe';
\ No newline at end of file
LIST ENTITIES
USING simQPNV2@'C:\\Users\\Simon\\git\\dql\\connectors\\tools.descartes.dql.connector.simQPN\\testfiles\\SjAS04Model_6AS-L5.qpe';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment