MergeOptions

class MergeOptions

Options for merging consecutive declaration relationships.

Members defined in MergeOptions (7 members)

differencing

RW

Whether to merge consecutive differencings (KerML).

disjoining

RW

Whether to merge consecutive disjoinings (KerML).

feature_chaining

RW

Whether to merge consecutive feature chainings (KerML).

intersecting

RW

Whether to merge consecutive intersectings (KerML).

type_featuring

RW

Whether to merge consecutive type featurings (KerML).

unioning

RW

Whether to merge consecutive unionings (KerML).

__init__

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