See: Description
Interface | Description |
---|---|
SecurityAnalysisExecution |
Represents a security analysis to be executed on inputs typically provided as files and
text-formatted options.
|
SecurityAnalysisInputBuildStrategy |
In charge of transforming an execution input to an actual
security analysis input.
|
Class | Description |
---|---|
NetworkVariant |
A network variant, simply embeds a
Network and the ID of one of its variants. |
SecurityAnalysisExecutionBuilder |
Helper class to build a
SecurityAnalysisExecution ,
based on specified options, in particular distribution options. |
SecurityAnalysisExecutionImpl |
A local execution of a security analysis.
|
SecurityAnalysisExecutionInput |
Arguments for a
SecurityAnalysisExecution :
a Network and the variant to be considered
some SecurityAnalysisParameters
a set of requested result extensions
the set of violation types to be considered
an optional ByteSource which describes contingencies
Design note: here we only want serializable objects for forwarding purpose,
therefore some fields are fully serializable business objects
while others are more in their "source" format as they do not support serialization out of the box. |
Copyright © 2019. All rights reserved.