Subversion Repositories bacoAlunos

Rev

Rev 1775 | Rev 1782 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1775 Rev 1781
Line 471... Line 471...
471
    }
471
    }
472
 
472
 
473
    public static BpmnProcessImpl createBpmnProcessImpl() {
473
    public static BpmnProcessImpl createBpmnProcessImpl() {
474
        return new BpmnProcessImpl();
474
        return new BpmnProcessImpl();
475
    }
475
    }
-
 
476
 
-
 
477
    public static BpmnActorPoolImpl createBpmnActorPoolImpl() {
-
 
478
        return new BpmnActorPoolImpl();
-
 
479
    }
-
 
480
 
-
 
481
    public static BpmnFlowComponentTaskActor createBpmnFlowComponentTaskActorImpl() {
-
 
482
        return new BpmnFlowComponentTaskActorImpl();
-
 
483
    }
476
}
484
}