A B C D E F G H I L M N O P Q R S T U V W X

R

RectanglePainter - Class in org.gcn.plinguaplugin.configurationinterface.cellLike
This class paints a round-cornered rectangle on a canvas to represent its membrane boundaries
RectanglePainter(Canvas) - Constructor for class org.gcn.plinguaplugin.configurationinterface.cellLike.RectanglePainter
Creates a new RectangePainter instance which draws a round-cornered rectangle on the canvas passed as argument, representing the canvas membrane boundaries
REGEX - Static variable in class org.gcn.plinguaplugin.wizardCommonComponents.AbstractFileListener
The regular expression for P-system file names
removeBuilderFromProject(IProject) - Static method in class org.gcn.plinguaplugin.builder.PlinguaFileAuditor
Removes PlinguaFileAuditor builder from the given project.
replaceExtension(String, String) - Static method in class org.gcn.plinguaplugin.controller.PsystemController
Replaces a file route extension by switching it with the given extension
reportError(String, Exception) - Static method in class org.gcn.plinguaplugin.actions.ActionSupporter
Reports an error in an error box
reportError(String, Exception) - Method in class org.gcn.plinguaplugin.simulator.OpenSimulatorFileSelectionListener
 
reportError(String, Exception) - Method in class org.gcn.plinguaplugin.simulator.SimulatorDisplayerReporter
 
reportError(String, Exception) - Method in class org.gcn.plinguaplugin.simulator.SimulatorSaver
 
reportError(String, Exception) - Method in class org.gcn.plinguaplugin.simulatorCreator.SimulatorCreatorDisplayer
Reports if there were an error while creating the simulator file
reportProcess(String) - Method in class org.gcn.plinguaplugin.simulator.SimulatorDisplayerReporter
 
reset(ISimulator) - Static method in class org.gcn.plinguaplugin.controller.SimulatorController
Resets the simulator given as argument
ResetListener - Class in org.gcn.plinguaplugin.simulator
This class causes the simulator of the SimulatorDisplayer instance the button belongs to to reset to its initial configuration
ResetListener(SimulatorDisplayer) - Constructor for class org.gcn.plinguaplugin.simulator.ResetListener
Creates a new ResetListener instance which causes the simulator of the SimulatorDisplayer given as argument to reset to its initial configuration
resetTitle() - Method in class org.gcn.plinguaplugin.simulator.SimulatorDisplayer
Resets the console title with the simulator name
resourceChanged(IResourceChangeEvent) - Method in class org.gcn.plinguaplugin.editors.PlinguaEditor
Closes all project files on project close.
ResourceExistanceTester - Class in org.gcn.plinguaplugin.wizardCommonComponents
This class tests if the resources given as arguments to its methods exist, and reports its type
ResourceExistanceTester() - Constructor for class org.gcn.plinguaplugin.wizardCommonComponents.ResourceExistanceTester
 
restartPrintStream(String) - Method in class org.gcn.plinguaplugin.simulator.OutputTraceFileManager
 
run(IAction) - Method in class org.gcn.plinguaplugin.actions.CreateContainerAction
 
run(IAction) - Method in class org.gcn.plinguaplugin.actions.CreateSimulatorAction
Creates and displays a new SimulatorCreatorDisplayer instance for creating a new simulator based on the P-system encoded on the selected file
run(IAction) - Method in class org.gcn.plinguaplugin.actions.ExportPsystemAction
Creates and displays a new OutputFormatWizard instance for exporting P-systems from a file within the workspace to another
run(IAction) - Method in class org.gcn.plinguaplugin.actions.SimulateAction
Creates and displays a new SimulatorDisplayer instance for simulations
run(IAction) - Method in class org.gcn.plinguaplugin.actions.ToggleNatureAction
Toggles a project P-Lingua nature
run(IProgressMonitor) - Method in class org.gcn.plinguaplugin.builder.PlinguaJob
 
run(IProgressMonitor) - Method in class org.gcn.plinguaplugin.builder.PlinguaWorkspaceAuditor
 
run(ISimulator) - Static method in class org.gcn.plinguaplugin.controller.SimulatorController
Runs the simulator given as argument
run(IProgressMonitor) - Method in class org.gcn.plinguaplugin.formatWizards.RunnableInputCopycat
 
run(IProgressMonitor) - Method in class org.gcn.plinguaplugin.formatWizards.RunnableInputTranslator
 
run(IProgressMonitor) - Method in class org.gcn.plinguaplugin.formatWizards.RunnableOutputCopycat
 
run(IProgressMonitor) - Method in class org.gcn.plinguaplugin.formatWizards.RunnableOutputTranslator
 
run() - Method in class org.gcn.plinguaplugin.simulator.RunStrategySimulator
 
run() - Method in class org.gcn.plinguaplugin.simulator.StepsAndTimeOutStrategySimulator
 
run() - Method in class org.gcn.plinguaplugin.simulator.StepsStrategySimulator
 
run() - Method in class org.gcn.plinguaplugin.simulator.StrategySimulator
Executes a simulation according to the specific parameters from the SimulatorDisplayer instance
run() - Method in class org.gcn.plinguaplugin.simulator.ThreadSimulator
 
run() - Method in class org.gcn.plinguaplugin.simulator.TimeOutStrategySimulator
 
run(IProgressMonitor) - Method in class org.gcn.plinguaplugin.simulatorCreator.CreateSimulatorRunnable
Creates the simulator file and reports the process
run(IProgressMonitor) - Method in class org.gcn.plinguaplugin.wizardCommonComponents.CreateFileRunnable
 
run() - Method in class org.gcn.plinguaplugin.wizardCommonComponents.OpenFileEditor
Opens the instance file on a new page
RunListener - Class in org.gcn.plinguaplugin.simulator
This class executes simulation actions according to the specific instance
RunListener(SimulatorDisplayer) - Constructor for class org.gcn.plinguaplugin.simulator.RunListener
Creates a new StepForwardListener instance which causes the simulator of the SimulatorDisplayer given as argument to execute simulation actions
RunnableInputCopycat - Class in org.gcn.plinguaplugin.formatWizards
This class copies a source file to a destination one.
RunnableInputCopycat(String, String, String, Shell) - Constructor for class org.gcn.plinguaplugin.formatWizards.RunnableInputCopycat
Creates a new RunnableOutputCopycat which will copy the source file to the file indicated by the destination route
RunnableInputTranslator - Class in org.gcn.plinguaplugin.formatWizards
This class translates a P-system among formats and reports its translation progress.
RunnableInputTranslator(Psystem, String, String, String, Shell) - Constructor for class org.gcn.plinguaplugin.formatWizards.RunnableInputTranslator
Creates a new RunnableOutputTranslator instance, which will translate a P-system to a file indicated by its route
RunnableOutputCopycat - Class in org.gcn.plinguaplugin.formatWizards
This class copies a source file to a destination one.
RunnableOutputCopycat(IFile, String) - Constructor for class org.gcn.plinguaplugin.formatWizards.RunnableOutputCopycat
Creates a new RunnableOutputCopycat which will copy the source file to the file indicated by the destination route
RunnableOutputTranslator - Class in org.gcn.plinguaplugin.formatWizards
This class translates a P-system among formats and reports its translation progress.
RunnableOutputTranslator(Psystem, String, String) - Constructor for class org.gcn.plinguaplugin.formatWizards.RunnableOutputTranslator
Creates a new RunnableOutputTranslator instance, which will translate a P-system to a file indicated by its route
runSteps(ISimulator, int) - Static method in class org.gcn.plinguaplugin.controller.SimulatorController
Runs the simulator given as argument limiting a maximum number of steps
RunStrategySimulator - Class in org.gcn.plinguaplugin.simulator
This class runs the simulator thread without limiting the number of steps nor the time out
RunStrategySimulator(SimulatorDisplayer) - Constructor for class org.gcn.plinguaplugin.simulator.RunStrategySimulator
Creates a new StepsAndTimeOutStrategySimulator instance which runs the simulator without limiting the number of steps nor the time out
runUntilTimeOut(ISimulator, long) - Static method in class org.gcn.plinguaplugin.controller.SimulatorController
Runs the simulator given as argument limiting a maximum time out
runUntilTimeOutorSteps(ISimulator, long, int) - Static method in class org.gcn.plinguaplugin.controller.SimulatorController
Runs the simulator given as argument limiting a maximum time out and a maximum number of steps

A B C D E F G H I L M N O P Q R S T U V W X