mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 01:41:42 -06:00
Add system documentation for Eclipse binary file import
This commit is contained in:
parent
7598d8c196
commit
7cf1c82142
31
doc/eclipse_binary_file_classes.plantuml
Normal file
31
doc/eclipse_binary_file_classes.plantuml
Normal file
@ -0,0 +1,31 @@
|
||||
@startuml
|
||||
|
||||
class RifReaderInterface {
|
||||
virtual open()
|
||||
virtual close()
|
||||
virtual staticResult()
|
||||
virtual dynamicResult()
|
||||
virtual timeSteps()
|
||||
}
|
||||
|
||||
RifEclipseRestartDataAccess <|- RifEclipseRestartFilesetAccess
|
||||
RifEclipseRestartDataAccess <|- RifEclipseUnifiedRestartFileAccess
|
||||
|
||||
RifReaderInterface <|- RifReaderEclipseOutput
|
||||
|
||||
class RifEclipseOutputFileTools {
|
||||
helper class with several static functions
|
||||
used to read data from Eclipse binary files
|
||||
}
|
||||
|
||||
|
||||
RifReaderEclipseOutput o-- "1..N" RifEclipseRestartDataAccess
|
||||
|
||||
|
||||
RifEclipseRestartFilesetAccess --o RifEclipseOutputFileTools : uses
|
||||
RifEclipseUnifiedRestartFileAccess --o RifEclipseOutputFileTools : uses
|
||||
|
||||
ecl_file_type "N" o-- RifEclipseRestartFilesetAccess
|
||||
ecl_file_type "1" o-- RifEclipseUnifiedRestartFileAccess
|
||||
|
||||
@enduml
|
Loading…
Reference in New Issue
Block a user