{
* Module: System-oHome-DeepTelos-ProcessModels-CodingProcess-Process3
* ---------------------------------------------------------
* This file has been extracted from a ConceptBase database.
* Copyright is with the respective authors!

* Time extracted: 2019-07-15T12:24:59,705Z (UTC) 
* Active user: jeusfeld@myon
* CBserver version: 8.1.03 (2019-07-11) 
*
}

{$set module=System-oHome-DeepTelos-ProcessModels-CodingProcess-Process3}

{ 2019-07-15 12:10:43.158 }



EntityType in Node end




process3 in ACMECobolProcess  end 

{***} { 2019-07-15 12:10:43.419 }

reqanalysis1 in RequirementsAnalysis with 
   artifact1
    redoc : reqdoc1
  begindate
    d1 : 1
  enddate
    d2 : 33
end 

reqdoc1 with
end 

carl  end 

reqanalysis1 with 
   executor
    actor1 : carl
end 

reqdoc1 in RequirementsSpecification with 
   responsible
    actor1 : carl
  version
    v : "V1.0"
  content
    r1: "The ACME system shall allow to enter/edit/delete customer data at any time.";
    r2: "The ACME system shall be implemented as a web service.";
    r3: "Response times must be less than 2 seconds for data entry and simple retrieval."
end 

carl in Analyst  end 

{***} { 2019-07-15 12:10:43.943 }

design1 in Design with 
   designdocument
    desdoc : designdoc1
  begindate
    d1 : 34
  enddate
    d2 : 40
end 

designdoc1  end 

dennis in Developer  end 

design1 with 
   executor
    actor1 : dennis
end 

designdoc1 in DesignDocument with 
   responsible
    actor1 : dennis
  version
    v : "V1.0"
  content
    element1: Customer;
    element2: Product
end 

Customer in EntityType end
Product in EntityType end

{***} { 2019-07-15 12:10:44.467 }

Mary in TestDesigner  end 

testcasedesign1 in TestCaseDesign with 
   artifact1
    testcases : testcasedoc1
  testcasedesigner
    actor : Mary
  begindate
    d1 : 40
  enddate
    d2 : 45
end 

testcasedoc1 in TestCaseDocument with 
   responsible
    actor : Mary
  version
    v : "V1.0"
end 

{***} { 2019-07-15 12:10:44.847 }

testdesignreview1 in TestDesignReview with 
   report
    review : testreview1
end 

testreview1  end 

Paula  end 

testdesignreview1 with 
   testdesignreviewer
    actor : Paula
  begindate
    d1 : 46
  enddate
    d2 : 48
end 

Paula in SeniorActor  end 

testreview1 in TestDesignReviewReport with 
   responsible
    actor : Paula
  version
    v : "V1.0"
end 

{***} { 2019-07-15 12:10:45.227 }

John in Tester  end 

testing1 in Testing with 
   testreport
    report : testreport1
  tester
    actor : John
  begindate
    d1 : 55
  enddate
    d2 : 70
end 

testreport1 in TestReport with 
   responsible
    actor : John
  testedArtifact
    design : designdoc1
  version
    v : "V1.0"
end 

{***} { 2019-07-15 12:10:45.611 }

cobolcoding1 in CodingInCobol with 
   artifact1
    program : cobolprogram1
  coder
    actor : AnnSmith
  useslanguage
    lan : Cobol
  begindate
    d1 : 41
  enddate
    d2 : 50
end 

cobolprogram1 in CobolCode with 
   language
    lang : Cobol
  responsible
    actor : AnnSmith
  version
    v : "V1.1"
  content
    line1: "IDENTIFICATION CUSTOMER.";
    line2: "PROGRAM-ID. CUSTENTRY.";
    line3: "ENVIRONMENT DIVISION.";
    line4: "INPUT-OUTPUT SECTION.";
    line5: "DISPLAY Enter customer name ."
end 

{***} { 2019-07-15 12:10:46.286 }

testreport1 with 
   testedArtifact
    program : cobolprogram1
end 

{***} { 2019-07-15 12:10:46.522 }

testdesignreview1 with 
   uses
    doc : testcasedoc1
end 

{***}
cobolprogram1!line1 with
  dependsOn
    o1: Customer
end

Customer with
  dependsOn
    o1: reqdoc1!r1
end


{ -/- }