X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/997eaf52ad0ae1eb34820b135c7ba884b2a17f3c..7e047e6499ba84c7b948c6b699df2875fc765914:/src/bindings/rubyDag/simdag.rb diff --git a/src/bindings/rubyDag/simdag.rb b/src/bindings/rubyDag/simdag.rb deleted file mode 100644 index a4bcccac07..0000000000 --- a/src/bindings/rubyDag/simdag.rb +++ /dev/null @@ -1,39 +0,0 @@ -require 'dag' - -#=========================== -# Task Class -# ========================== -class DAG::Task < DAG::SdTask - - def initialize(*args) - super(args) - end - - def name() - super(self) - end - - def startTime() - super(self) - end - - def finishTime() - super(self) - end - -end - -#============================= -# WorkStation Class -#============================= -class DAG::Workstation < DAG::SdWorkstation - - def initialize() - super() - end - - def name() - super(self) - end - -end \ No newline at end of file