Interface State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Exception>errors()Collection<Flow>flows()Collection<String>resolvedComponents()ModuleStatestate()Collection<String>unresolvedComponents()
-
-
-
Method Detail
-
flows
Collection<Flow> flows()
-
errors
Collection<Exception> errors()
-
resolvedComponents
Collection<String> resolvedComponents()
-
unresolvedComponents
Collection<String> unresolvedComponents()
-
state
ModuleState state()
-
-