public static interface StormGraphCreator.NamingStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
StormGraphCreator.NamingStrategy.AlphabeticNamingStrategy
Names
ComponentCommon as A, B, C... |
static class |
StormGraphCreator.NamingStrategy.DefaultNamingStrategy
Uses id as name
|
| Modifier and Type | Method and Description |
|---|---|
String |
name(String name) |