Uses of Class
repast.simphony.batch.ssh.OutputPattern
Packages that use OutputPattern
-
Uses of OutputPattern in repast.simphony.batch.ssh
Methods in repast.simphony.batch.ssh that return OutputPatternModifier and TypeMethodDescriptionDefaultOutputPatternCreator.getFileSinkOutputPattern()Gets the OutputPattern for the file sink output.DefaultOutputPatternCreator.getParamMapPattern()Gets the OutputPattern for the parameter map file.MatchedFiles.getPattern()Gets the OutputPattern associated with this MatchedFiles.Methods in repast.simphony.batch.ssh that return types with arguments of type OutputPatternModifier and TypeMethodDescriptionConfiguration.getOutputPatterns()Gets the output patterns for this configuration.Parse the output patterns defined in the specified file into a List of OutputPattern objects.OutputPatternPropsParser.parse(Properties props) Parse the output patterns defined in the specified properties into a List of OutputPattern objects.Methods in repast.simphony.batch.ssh with parameters of type OutputPatternModifier and TypeMethodDescriptionvoidOutputFinder.addPattern(OutputPattern pattern) Adds the specified pattern to the list of patterns used to find output.Method parameters in repast.simphony.batch.ssh with type arguments of type OutputPatternModifier and TypeMethodDescriptionvoidOutputFinder.addPatterns(Collection<OutputPattern> patterns) Adds all the OutputPatterns in the collection as patterns to find.LocalSession.findOutput(List<OutputPattern> patterns) Finds the model output that is the result of running this Session and returns those files.RemoteSession.findOutput(List<OutputPattern> patterns) Finds the model output of that is the result of running this Session and returns that those files.Session.findOutput(List<OutputPattern> patterns) Finds the model output of that is the result of running this Session and returns that those files.Constructors in repast.simphony.batch.ssh with parameters of type OutputPattern