jBPM distribution 6.0.0.CR4-Pre1

org.jbpm.bpmn2.core
Class Lane

java.lang.Object
  extended by org.jbpm.bpmn2.core.Lane
All Implemented Interfaces:
Serializable

public class Lane
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Lane(String id)
           
 
Method Summary
 void addFlowElement(String id)
           
 List<String> getFlowElements()
           
 String getId()
           
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lane

public Lane(String id)
Method Detail

getId

public String getId()

getName

public String getName()

setName

public void setName(String name)

getFlowElements

public List<String> getFlowElements()

addFlowElement

public void addFlowElement(String id)

jBPM distribution 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.