Uses of Class
neqsim.process.fielddevelopment.concept.DevelopmentCaseTemplate
Packages that use DevelopmentCaseTemplate
Package
Description
Field concept definition classes for rapid field development screening.
-
Uses of DevelopmentCaseTemplate in neqsim.process.fielddevelopment.concept
Methods in neqsim.process.fielddevelopment.concept that return DevelopmentCaseTemplateModifier and TypeMethodDescriptionprivate static DevelopmentCaseTemplateGreenfieldConceptFactory.buildTemplate(FieldConcept concept, String caseType, int firstProductionYear, int developmentDurationMonths) Builds the full comparable template object.static DevelopmentCaseTemplateGreenfieldConceptFactory.fixedPlatform(String name) Creates a fixed-platform greenfield template.static DevelopmentCaseTemplateGreenfieldConceptFactory.onshoreTerminal(String name) Creates an onshore terminal development template.static DevelopmentCaseTemplateGreenfieldConceptFactory.phasedBrownfieldExpansion(String name) Creates a phased brownfield expansion template.static DevelopmentCaseTemplateGreenfieldConceptFactory.standaloneFpso(String name) Creates a standalone FPSO template.static DevelopmentCaseTemplateGreenfieldConceptFactory.subseaTieback(String name) Creates a subsea tieback template to an existing host.static DevelopmentCaseTemplateGreenfieldConceptFactory.subseaToShore(String name) Creates a subsea-to-shore template. -
Uses of DevelopmentCaseTemplate in neqsim.process.fielddevelopment.reporting
Method parameters in neqsim.process.fielddevelopment.reporting with type arguments of type DevelopmentCaseTemplateModifier and TypeMethodDescriptionFieldDevelopmentReportExporter.exportTemplateComparisonMarkdown(List<DevelopmentCaseTemplate> templates) Builds a template-comparison table.FieldDevelopmentReportExporter.exportTemplateNpvFigureData(List<DevelopmentCaseTemplate> templates) Builds figure-ready NPV data for a concept comparison bar chart.