Skip to content

Commit

Permalink
Messaging adjusted, SwitchPort added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin authored and Admin committed Jan 27, 2021
1 parent 64fb2c7 commit 2128ae0
Show file tree
Hide file tree
Showing 6 changed files with 680 additions and 27 deletions.
6 changes: 3 additions & 3 deletions JSimpleSim/.classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?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 exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src">
<classpathentry kind="src" path="src">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
Expand All @@ -17,5 +17,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions JSimpleSim/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
22 changes: 0 additions & 22 deletions JSimpleSim/pom.xml

This file was deleted.

3 changes: 2 additions & 1 deletion JSimpleSim/src/org/simplesim/core/messaging/Message.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
/**
* Base class for messages that are sent from one port to another.
* <p>
* Messages always contain a content and may be extended with additional features.
* Messages always contain a content and may be extended with additional features. If agents are
* connected <i>directly</i>, the destination can be omitted and set to {@code null}.
*
* @param <A> type of addressing
*
Expand Down

0 comments on commit 2128ae0

Please sign in to comment.