Exemplo n.º 1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Before public void setUp()
        public virtual void setUp()
        {
            stage = createElement(casePlanModel, "aStage", typeof(Stage));

            planningTable = createElement(casePlanModel, "aPlanningTable", typeof(PlanningTable));

            discretionaryItem            = createElement(planningTable, "DI_aStage", typeof(DiscretionaryItem));
            discretionaryItem.Definition = stage;
        }
Exemplo n.º 2
0
 public override void transformStage(PlanItem planItem, Stage stage, CmmnActivity activity)
 {
     addListeners(activity);
 }