Skip to content

Commit

Permalink
fixed a bug related to initStudyCase() in IpssPyGateway; update Env
Browse files Browse the repository at this point in the history
definition and python test files
  • Loading branch information
qhuang-pnl committed Jul 28, 2019
1 parent 38b5d3e commit 9952d7f
Show file tree
Hide file tree
Showing 26 changed files with 2,479 additions and 3,973 deletions.
58 changes: 25 additions & 33 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,33 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/apache/commons-logging.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/apache/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.common.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.ecore.change.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.ecore.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.ecore.xmi.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/python/py4j0.10.6.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/sparse/csparsej-1.1.1.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/json/gson-2.2.2.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/spring/spring-2.5.6.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/jgraph.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/swing/swing-layout-1.0.3.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/ieee.odm_pss"/>
<classpathentry combineaccessrules="false" kind="src" path="/ieee.odm.schema"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.common"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.core_EMF"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.dstab_EMF"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.numeric"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.plugin.base"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.plugin.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.plugin.dstab"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.pssl"/>
<classpathentry combineaccessrules="false" kind="src" path="/ipss.simu_EMF"/>
<classpathentry kind="lib" path="/ipss.lib/lib/ipss/ipss_core.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/cache/hazelcast-3.11.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/apache/commons-logging.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/apache/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.common.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.ecore.change.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.ecore.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.ecore.xmi.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/eclipse/org.eclipse.emf.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/python/py4j0.10.6.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/sparse/csparsej-1.1.1.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/json/gson-2.2.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/jgraph.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/swing/swing-layout-1.0.3.jar"/>
<classpathentry kind="lib" path="/ipss.lib/lib/ipss/ipss_core.jar"/>
<classpathentry kind="lib" path="/ipss.lib.3rdPty/lib/cache/hazelcast-3.11.1.jar"/>
<classpathentry kind="lib" path="/ipss.lib/lib/ieee/ieee.odm_pss.jar"/>
<classpathentry kind="lib" path="/ipss.lib/lib/ieee/ieee.odm.schema.jar"/>
<classpathentry kind="lib" path="/ipss.lib/lib/ipss/ipss_core.impl.jar"/>
<classpathentry kind="lib" path="/ipss.lib/lib/ipss/ipss_plugin.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
40 changes: 23 additions & 17 deletions .project
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>RLGC</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>RLGC</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</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.python.pydev.pythonNature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions .pydevproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
</pydev_project>
3 changes: 3 additions & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.class
*.pyc
/py/
188 changes: 0 additions & 188 deletions bin/py/PowerDynSimEnvDef2.py

This file was deleted.

Loading

0 comments on commit 9952d7f

Please sign in to comment.