21#include "../common/AbstractObject.h"
25 class GridConnectionSetRepresentation;
69 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__Domain
initDomain(gsoap_resqml2_0_1::resqml20__Domain defaultDomain)
const;
76 DLL_IMPORT_OR_EXPORT gsoap_resqml2_0_1::resqml20__Domain
getDomain()
const;
126 DLL_IMPORT_OR_EXPORT
AbstractFeatureInterpretation(gsoap_resqml2_0_1::eml20__DataObjectReference* partialObject) : COMMON_NS::AbstractObject(partialObject) {}
136 AbstractFeatureInterpretation(gsoap_resqml2_0_1::resqml20__AbstractFeatureInterpretation* fromGsoap) : COMMON_NS::AbstractObject(fromGsoap) {}
137 AbstractFeatureInterpretation(gsoap_eml2_3::resqml22__AbstractFeatureInterpretation* fromGsoap) : COMMON_NS::AbstractObject(fromGsoap) {}
Proxy class for an abstract feature.
Definition AbstractFeature.h:31
Proxy class for an abstract feature interpretation.
Definition AbstractFeatureInterpretation.h:29
uint64_t getRepresentationCount() const noexcept
Definition AbstractFeatureInterpretation.h:93
std::vector< GridConnectionSetRepresentation * > getGridConnectionSetRepresentationSet() const
virtual void loadTargetRelationships() override
gsoap_resqml2_0_1::resqml20__Domain initDomain(gsoap_resqml2_0_1::resqml20__Domain defaultDomain) const
std::vector< AbstractRepresentation * > getRepresentationSet() const
virtual ~AbstractFeatureInterpretation()=default
gsoap_resqml2_0_1::resqml20__Domain getDomain() const
AbstractFeature * getInterpretedFeature() const
void setInterpretedFeature(AbstractFeature *feature)
AbstractRepresentation * getRepresentation(uint64_t index) const
Definition AbstractFeatureInterpretation.h:105
common::DataObjectReference getInterpretedFeatureDor() const
Proxy class for an abstract representation.
Definition AbstractRepresentation.h:38