public class ContractBuiltInRuleInteraction extends BuiltInRuleInteraction
Interaction.InteractionGraphicStyle| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
graphicalStyle| Constructor and Description |
|---|
ContractBuiltInRuleInteraction() |
ContractBuiltInRuleInteraction(ContractRuleApp 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 ContractBuiltInRuleInteraction()
public ContractBuiltInRuleInteraction(ContractRuleApp app, Node node)
public <T> T accept(InteractionVisitor<T> visitor)
accept in class Interaction