public class ParticipantProcess extends Object implements HasDIBounds
ProcessDefinitionImpl
is a participant in a collaboration (pool).
Currently only used to store graphical information and the pool name.Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected String |
id |
protected String |
name |
protected int |
width |
protected int |
x |
protected int |
y |
Constructor and Description |
---|
ParticipantProcess() |
protected String id
protected String name
protected int x
protected int y
protected int width
protected int height
public void setId(String id)
public String getId()
public String getName()
public void setName(String name)
public int getX()
getX
in interface HasDIBounds
public void setX(int x)
setX
in interface HasDIBounds
public int getY()
getY
in interface HasDIBounds
public void setY(int y)
setY
in interface HasDIBounds
public int getWidth()
getWidth
in interface HasDIBounds
public void setWidth(int width)
setWidth
in interface HasDIBounds
public int getHeight()
getHeight
in interface HasDIBounds
public void setHeight(int height)
setHeight
in interface HasDIBounds
Copyright © 2015. All rights reserved.