Package org.opencypher.railroad
Interface Diagram.BuilderOptions
-
- Enclosing class:
- Diagram
public static interface Diagram.BuilderOptions
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanexpandAnyCase()default booleaninlineNone()default booleanoptimizeDiagram()default booleanshouldSkip(Production production)default booleanskipNone()
-
-
-
Method Detail
-
expandAnyCase
default boolean expandAnyCase()
-
skipNone
default boolean skipNone()
-
inlineNone
default boolean inlineNone()
-
optimizeDiagram
default boolean optimizeDiagram()
-
shouldSkip
default boolean shouldSkip(Production production)
-
-