com.sri.emo.wizard.branch
Class BranchList
java.lang.Object
com.sri.emo.wizard.branch.BranchList
public class BranchList
- extends Object
Title:
Description:
Copyright: Copyright (c) 2003
Company:
- Version:
- 1.0
- Author:
- not attributable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nodes
List nodes
branches
List branches
defaultTransitionKey
String defaultTransitionKey
BranchList
public BranchList(int initialSize,
String defaultTransitionKey)
addBranch
public void addBranch(BranchNode node)
getDefaultTransitionKey
public String getDefaultTransitionKey()
generateNewBranchList
public BranchList generateNewBranchList()
addConverging
public void addConverging(BranchNode node)
addConvergingWizardPage
public BranchNode addConvergingWizardPage(WizardPage page)
addDefaultPageToBranches
protected void addDefaultPageToBranches(WizardPage page)
getBranches
public List getBranches()
getNodes
public List getNodes()
addBranch
public void addBranch(BranchNode node,
String transition,
BranchList branchList)
- addBranch
- Parameters:
string
- StringbranchList
- BranchList
Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.