Package com.powsybl.computation
Interface Command
-
- All Known Subinterfaces:
GroupCommand
,SimpleCommand
public interface Command
A command represents a set of instructions to be executed.- Author:
- Geoffroy Jamgotchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
List<InputFile>
getInputFiles()
List<OutputFile>
getOutputFiles()
CommandType
getType()
String
toString(int executionNumber)
-
-
-
Method Detail
-
getId
String getId()
-
getType
CommandType getType()
-
getOutputFiles
List<OutputFile> getOutputFiles()
-
toString
String toString(int executionNumber)
-
-