Supertype
- class Supertype
A
HeritageStreamvalue type.Members defined in
Supertype(4 members)
RThe depth of the traversal.
RWhether the
targetis conjugated, i.e. is reachable through an odd number ofConjugations.
RThe relationship linking to the
target.
RThe base type.
Attributes
- property depth: int
The depth of the traversal.
Note that
selfis considered a depth 0, hence all supertypes start at depth 1.
- property is_conjugated: bool
Whether the
targetis conjugated, i.e. is reachable through an odd number ofConjugations.
- property relationship: syside.Conjugation | syside.Specialization | syside.FeatureChaining
The relationship linking to the
target.
- property target: syside.Type
The base type.