@Deprecated public abstract class DebugShapeVisitor<R> extends Object implements ShapeVisitor<R>
| Modifier | Constructor and Description |
|---|---|
protected |
DebugShapeVisitor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getId(Shape shape)
Deprecated.
|
R |
visitShape(Shape shape)
Deprecated.
|
abstract R |
visitShape(Shape shape,
Map<? extends Transition,? extends Shape> transitions)
Deprecated.
|
protected DebugShapeVisitor()
public abstract R visitShape(Shape shape, Map<? extends Transition,? extends Shape> transitions)