Sha256: 0cd57eb09264e85b23afe7fa093e26b0bea6f3ee64d8ab79d2ba2275ebe0ed62
Contents?: true
Size: 614 Bytes
Versions: 1
Compression:
Stored size: 614 Bytes
Contents
task Union task RectalCancer # Is the cancer metastased trackvar m_plus {Staff:end} initially false seq Consultation Endoscopy Biopsy Staff if m_plus Chimio else Radio end PostTreatment end end task BreastCancer # Is the cancer metastased trackvar m_plus {Staff:end} initially false seq Consultation Endoscopy Staff if m_plus RadioChimio else Radio end PostTreatment end end par RectalCancer PostTreatment end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gisele-0.6.0 | examples/union/union.gis |