edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.gui.compiler
/
ConfSpaceCompiler
/
Report
Report
data
class
Report
(
warnings
:
List
<
CompilerWarning
>
,
error
:
CompilerError
?
,
compiled
:
CompiledConfSpace
?
)
Content copied to clipboard
Properties
Properties
compiled
Link copied to clipboard
val
compiled
:
CompiledConfSpace
?
Content copied to clipboard
error
Link copied to clipboard
val
error
:
CompilerError
?
Content copied to clipboard
warnings
Link copied to clipboard
val
warnings
:
List
<
CompilerWarning
>
Content copied to clipboard