public class MergeRuleBuiltInRuleInteraction extends BuiltInRuleInteraction
Interaction.InteractionGraphicStyle| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
graphicalStyle| Constructor and Description |
|---|
MergeRuleBuiltInRuleInteraction() |
MergeRuleBuiltInRuleInteraction(MergeRuleBuiltInRuleApp app,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(InteractionVisitor<T> visitor) |
getRuleName, setRuleNamegetNode, getNodeId, getSerialNr, setNodeIdgetCreated, getGraphicalStyle, isFavoured, setCreated, setFavouredprivate static final long serialVersionUID
public MergeRuleBuiltInRuleInteraction()
public MergeRuleBuiltInRuleInteraction(MergeRuleBuiltInRuleApp app, Node node)
public <T> T accept(InteractionVisitor<T> visitor)
accept in class Interaction