| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow | |
| eu.mihosoft.vrl.workflow.skin |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeFactory<T extends VNode,V extends Skin<T>>
Node factory.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionSkinFactory<T extends Skin>
Connection skin factory.
|
interface |
SkinFactory<T extends Skin,V extends Skin>
A skinfactory is responsible for creating skin based on model changes.
|
interface |
SkinFactory<T extends Skin,V extends Skin>
A skinfactory is responsible for creating skin based on model changes.
|
interface |
VNodeSkinFactory<T extends Skin>
Node skin factory.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionSkin<T extends Connection>
Connection skin.
|
interface |
VNodeSkin<T extends VNode>
Node skin.
|
| Modifier and Type | Method and Description |
|---|---|
SkinFactory<T,V> |
SkinFactory.createChild(Skin parent)
Creates a child skin factory.
|