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