public abstract class FlowNode extends Object implements Node
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<Connection> |
connections |
protected String |
eventBean |
protected String |
height |
protected String |
name |
protected String |
width |
protected String |
x |
protected String |
y |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
enter(FlowContext context,
FlowInstance instance) |
abstract void |
enterNode(FlowContext context,
FlowInstance instance) |
protected void |
executeNodeEvent(com.bstek.urule.model.flow.EventType type,
FlowContext context,
ProcessInstance instance) |
List<Connection> |
getConnections() |
String |
getEventBean() |
String |
getHeight() |
String |
getName() |
abstract FlowNodeType |
getType() |
String |
getWidth() |
String |
getX() |
String |
getY() |
protected void |
leave(String connectionName,
FlowContext context,
FlowInstance instance) |
void |
setConnections(List<Connection> connections) |
void |
setEventBean(String eventBean) |
void |
setHeight(String height) |
void |
setName(String name) |
void |
setWidth(String width) |
void |
setX(String x) |
void |
setY(String y) |
protected String name
protected String eventBean
protected String x
protected String y
protected String width
protected String height
protected List<Connection> connections
public FlowNode()
public FlowNode(String name)
public final void enter(FlowContext context, FlowInstance instance)
public abstract void enterNode(FlowContext context, FlowInstance instance)
protected void leave(String connectionName, FlowContext context, FlowInstance instance)
protected void executeNodeEvent(com.bstek.urule.model.flow.EventType type,
FlowContext context,
ProcessInstance instance)
public abstract FlowNodeType getType()
public List<Connection> getConnections()
public void setConnections(List<Connection> connections)
public String getName()
public void setName(String name)
public String getEventBean()
public void setEventBean(String eventBean)
public String getX()
public void setX(String x)
public String getY()
public void setY(String y)
public String getWidth()
public void setWidth(String width)
public String getHeight()
public void setHeight(String height)
Copyright © 2018 Bstek. All rights reserved.