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