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