resqpy.organize.BoundaryFeatureInterpretation
- class resqpy.organize.BoundaryFeatureInterpretation(parent_model, uuid=None, title=None, boundary_feature=None, domain='depth', originator=None, extra_metadata=None)
Bases:
BaseResqpyClass for RESQML Horizon Interpretation organizational objects.
Public Data Attributes:
resqml_typevalid_domainsInherited from
BaseResqpyDefinition of which RESQML object the class represents.
Standard part name corresponding to self.uuid.
XML node corresponding to self.uuid.
Citation block title equivalent to self.title.
Methods:
__init__(parent_model[, uuid, title, ...])Initialises a boundary feature interpretation organisational object.
is_equivalent(other[, check_extra_metadata])Returns True if this interpretation is essentially the same as the other; otherwise False.
create_xml([add_as_part, add_relationships, ...])Creates a boundary feature interpretation organisational xml tree.
Inherited from
BaseResqpy__init__(model[, uuid, title, originator, ...])Load an existing resqml object, or create new.
Look for an equivalent existing RESQML object and modify the uuid of this object if found.
create_xml([title, originator, ...])Write citation block to XML.
append_extra_metadata(meta_dict)Append a given dictionary of metadata to the existing metadata.
__eq__(other)Implements equals operator; uses is_equivalent() otherwise compares class type and uuid.
__ne__(other)Implements not equal operator.
__repr__()String representation.
- __init__(parent_model, uuid=None, title=None, boundary_feature=None, domain='depth', originator=None, extra_metadata=None)[source]
Initialises a boundary feature interpretation organisational object.
- append_extra_metadata(meta_dict)
Append a given dictionary of metadata to the existing metadata.
- property citation_title
Citation block title equivalent to self.title.
- create_xml(add_as_part=True, add_relationships=True, originator=None, reuse=True)[source]
Creates a boundary feature interpretation organisational xml tree.
- is_equivalent(other, check_extra_metadata=True)[source]
Returns True if this interpretation is essentially the same as the other; otherwise False.
- property part
Standard part name corresponding to self.uuid.
- property root
XML node corresponding to self.uuid.
- try_reuse()
Look for an equivalent existing RESQML object and modify the uuid of this object if found.
- Returns:
boolean – True if an equivalent object was found, False if not
Note
by design this method may change this object’s uuid as a side effect
- title
Citation title
- originator
Creator of object. By default, user id.
- uuid
Unique identifier