Uses of Class
org.cumt.model.analysis.usecases.Flow

Packages that use Flow
org.cumt.model.analysis.usecases   
org.cumt.view.editors.usecases.flows   
 

Uses of Flow in org.cumt.model.analysis.usecases
 

Methods in org.cumt.model.analysis.usecases that return Flow
static Flow UseCase.createMainFlow()
           
 Flow AlternativeFlow.getFlow()
           
 Flow UseCase.getMainFlow()
           
 Flow FlowActivity.getParentFlow()
           
 

Methods in org.cumt.model.analysis.usecases that return types with arguments of type Flow
 java.util.List<Flow> UseCase.getAlternativeFlows()
           
 

Methods in org.cumt.model.analysis.usecases with parameters of type Flow
 void AlternativeFlow.setFlow(Flow flow)
           
 void UseCase.setMainFlow(Flow mainFlow)
           
 void FlowActivity.setParentFlow(Flow parentFlow)
           
 

Method parameters in org.cumt.model.analysis.usecases with type arguments of type Flow
 void UseCase.setAlternativeFlows(java.util.List<Flow> alternativeFlows)
           
 

Uses of Flow in org.cumt.view.editors.usecases.flows
 

Methods in org.cumt.view.editors.usecases.flows that return types with arguments of type Flow
 java.util.List<Flow> FlowsTree.getFlows()
           
 java.util.List<Flow> FlowTreeModel.getFlows()
           
 

Methods in org.cumt.view.editors.usecases.flows with parameters of type Flow
 void FlowTreeModel.addActivity(Flow flow, FlowActivity activity)
           
 void FlowTreeModel.addActivityAt(Flow flow, FlowActivity activity, int index)
           
 boolean FlowTreeModel.removeFlow(Flow flow)
           
 

Method parameters in org.cumt.view.editors.usecases.flows with type arguments of type Flow
 void SubflowEditor.setFlows(java.util.List<Flow> flows)
           
 



Copyright © 2006 null. All Rights Reserved.