| Method and Description |
|---|
| org.sdmlib.models.pattern.PatternObject.has(Condition<Object>) |
| org.sdmlib.models.pattern.PatternObject.has(Condition<Object>, String) |
| Constructor and Description |
|---|
| org.sdmlib.storyboards.StoryboardImpl(String)
Storyboards search for their root dir (like src or src/test/java) themself. Thus use the version without parameters.
|
| org.sdmlib.storyboards.StoryboardImpl(String, String)
Storyboards search for their root dir (like src or src/test/java) themself. Similarly, Storyboards get their name from the method they are used in. Name that method appropriately. Use the version without parameters.
|