public class ReplayAutomatonArc
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReplayAutomatonArc.ArcType |
Modifier and Type | Field and Description |
---|---|
ReplayAutomatonNode |
target |
ReplayAutomatonArc.ArcType |
type |
Constructor and Description |
---|
ReplayAutomatonArc(ReplayAutomatonArc.ArcType type,
ReplayAutomatonNode target) |
public ReplayAutomatonArc.ArcType type
public ReplayAutomatonNode target
public ReplayAutomatonArc(ReplayAutomatonArc.ArcType type, ReplayAutomatonNode target)