public abstract class BasePropertyWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BaseElement |
baseElement |
protected List<Interface> |
interfaces |
protected List<ItemDefinition> |
itemDefinitions |
protected List<RootElement> |
rootElements |
protected BPMNShape |
shape |
protected VariableScope |
variableScope |
| Constructor and Description |
|---|
BasePropertyWriter(BaseElement baseElement,
VariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
static Bounds |
absoluteBounds(Node<? extends View,?> node) |
void |
addChild(BasePropertyWriter child) |
protected void |
addInterfaceDefinition(Interface iface) |
protected void |
addItemDefinition(ItemDefinition itemDefinition) |
protected void |
addRootElement(RootElement rootElement) |
BPMNEdge |
getEdge() |
BaseElement |
getElement() |
String |
getId() |
List<Interface> |
getInterfaces() |
List<ItemDefinition> |
getItemDefinitions() |
List<RootElement> |
getRootElements() |
BPMNShape |
getShape() |
void |
setAbsoluteBounds(Node<? extends View,?> node) |
protected void |
setBounds(Bounds rect) |
void |
setDocumentation(String value) |
void |
setId(String id) |
void |
setParent(BasePropertyWriter parent) |
void |
setSource(BasePropertyWriter source) |
void |
setTarget(BasePropertyWriter target) |
protected final BaseElement baseElement
protected final VariableScope variableScope
protected final List<ItemDefinition> itemDefinitions
protected final List<RootElement> rootElements
protected BPMNShape shape
public BasePropertyWriter(BaseElement baseElement, VariableScope variableScope)
public String getId()
public void setId(String id)
protected void setBounds(Bounds rect)
public BaseElement getElement()
public void setDocumentation(String value)
public BPMNShape getShape()
public BPMNEdge getEdge()
public void setSource(BasePropertyWriter source)
public void setTarget(BasePropertyWriter target)
public void addChild(BasePropertyWriter child)
public void setParent(BasePropertyWriter parent)
protected void addItemDefinition(ItemDefinition itemDefinition)
protected void addInterfaceDefinition(Interface iface)
protected void addRootElement(RootElement rootElement)
public List<ItemDefinition> getItemDefinitions()
public List<RootElement> getRootElements()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.