-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1624 from cmu-phil/development
v7.4.0
- Loading branch information
Showing
1,411 changed files
with
18,865 additions
and
39,620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
* enough to create a copy of this class with a different name and modify | ||
* it. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
public final class Tetrad implements PropertyChangeListener { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
/** | ||
* Closes the frontmost session of the given desktop. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class AboutTetradAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
/** | ||
* Closes the frontmost session of the given desktop. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class CloseSessionAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
* Adds a new template session subgraph to the frontmost session editor. of one | ||
* of three types. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class ConstructTemplateAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
/** | ||
* Closes the frontmost session of the given desktop. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class ContributorsAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
* Copies a selection of session nodes in the frontmost session editor, to the | ||
* clipboard. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class CopySubsessionAction extends AbstractAction | ||
implements ClipboardOwner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
* Copies a selection of session nodes in the frontmost session editor to the | ||
* clipboard and deletes them from the session editor. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class CutSubsessionAction extends AbstractAction | ||
implements ClipboardOwner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
* <p> | ||
* Dec 6, 2017 11:10:24 AM | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
* @author Kevin V. Bui ([email protected]) | ||
*/ | ||
public class DecompressibleInputStream extends ObjectInputStream { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
/** | ||
* Deletes a selection of session nodes from the frontmost session editor. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class DeleteSubsessionAction extends AbstractAction | ||
implements ClipboardOwner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
/** | ||
* Exits the Tetrad application. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class ExitAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
* Copies a selection of session nodes in the frontmost session editor, to the | ||
* clipboard. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class FontSelectionAction extends AbstractAction | ||
implements ClipboardOwner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
/** | ||
* Closes the frontmost session of the given desktop. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class LaunchFlowchartAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
/** | ||
* Closes the frontmost session of the given desktop. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class LaunchManualAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ | |
/** | ||
* Closes the frontmost session of the given desktop. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class LicenseAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
/** | ||
* Opens a session from a file. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class LoadSessionAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
/** | ||
* Opens a session from a file. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class NewSessionAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
* Presents a dialog allowing the user to change the number format used to | ||
* render real numbers throughout Tetrad. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class NumberFormatAction extends AbstractAction | ||
implements ClipboardOwner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
* Copies a parentally closed selection of session nodes in the frontmost | ||
* session editor to the clipboard. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class PasteSubsessionAction extends AbstractAction | ||
implements ClipboardOwner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
/** | ||
* Saves a session from a file. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
* @author Kevin V. Bui ([email protected]) | ||
*/ | ||
final class SaveSessionAction extends AbstractAction { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
/** | ||
* Saves a session from a file. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class SaveSessionAsAction extends AbstractAction { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
/** | ||
* Presents an edge in the Tetrad SessionWorkbench. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
final class SessionEditorEdge extends DisplayEdge { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
* parents being added to appropriate SessionNodes underlying. Double clicking | ||
* these nodes launches corresponding model editors. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
* @see SessionEditorWorkbench | ||
* @see edu.cmu.tetrad.graph.Edge | ||
* @see edu.cmu.tetrad.session.SessionNode | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
* can take in the session editor workbench, whether it's selecting and moving a | ||
* node, adding a node of a particular type, or adding an edge. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
* @see SessionEditor | ||
* @see SessionEditorToolbar | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
* Adds the functionality needed to turn an abstract workbench into a workbench | ||
* usable for editing sessions. | ||
* | ||
* @author Joseph Ramsey [email protected] | ||
* @author josephramsey | ||
*/ | ||
public final class SessionEditorWorkbench extends AbstractWorkbench { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.