MergeOptions
- class MergeOptions
Options for merging consecutive declaration relationships.
Members defined in
MergeOptions(7 members)
RWWhether to merge consecutive differencings (KerML).
RWWhether to merge consecutive disjoinings (KerML).
RWWhether to merge consecutive feature chainings (KerML).
RWWhether to merge consecutive intersectings (KerML).
RWWhether to merge consecutive type featurings (KerML).
RWWhether to merge consecutive unionings (KerML).
Attributes
- property differencing: bool
Whether to merge consecutive differencings (KerML).
- property disjoining: bool
Whether to merge consecutive disjoinings (KerML).
- property feature_chaining: bool
Whether to merge consecutive feature chainings (KerML).
- property intersecting: bool
Whether to merge consecutive intersectings (KerML).
- property type_featuring: bool
Whether to merge consecutive type featurings (KerML).
- property unioning: bool
Whether to merge consecutive unionings (KerML).
Methods
- __init__() None