org.activiti.engine.impl.pvm.process
类 Lane

java.lang.Object
  继承者 org.activiti.engine.impl.pvm.process.Lane
所有已实现的接口:
Serializable, HasDIBounds

public class Lane
extends Object
implements HasDIBounds, Serializable

A single lane in a BPMN 2.0 LaneSet, currently only used internally for rendering the diagram. The PVM doesn't actually use the laneSets/lanes.

作者:
Frederik Heremans
另请参见:
序列化表格

字段摘要
protected  List<String> flowNodeIds
           
protected  int height
           
protected  String id
           
protected  String name
           
protected  int width
           
protected  int x
           
protected  int y
           
 
构造方法摘要
Lane()
           
 
方法摘要
 List<String> getFlowNodeIds()
           
 int getHeight()
           
 String getId()
           
 String getName()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int height)
           
 void setId(String id)
           
 void setName(String name)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

id

protected String id

name

protected String name

flowNodeIds

protected List<String> flowNodeIds

x

protected int x

y

protected int y

width

protected int width

height

protected int height
构造方法详细信息

Lane

public Lane()
方法详细信息

setId

public void setId(String id)

getId

public String getId()

getName

public String getName()

setName

public void setName(String name)

getX

public int getX()
指定者:
接口 HasDIBounds 中的 getX

setX

public void setX(int x)
指定者:
接口 HasDIBounds 中的 setX

getY

public int getY()
指定者:
接口 HasDIBounds 中的 getY

setY

public void setY(int y)
指定者:
接口 HasDIBounds 中的 setY

getWidth

public int getWidth()
指定者:
接口 HasDIBounds 中的 getWidth

setWidth

public void setWidth(int width)
指定者:
接口 HasDIBounds 中的 setWidth

getHeight

public int getHeight()
指定者:
接口 HasDIBounds 中的 getHeight

setHeight

public void setHeight(int height)
指定者:
接口 HasDIBounds 中的 setHeight

getFlowNodeIds

public List<String> getFlowNodeIds()


Copyright © 2013 Alfresco. All rights reserved.