blueprints.thing.focal module#
- class blueprints.thing.focal.FocalThing[source]#
Bases:
FocalThingType,BaseThingThis class is similar in behavior to
CyclicalThingwith the exception that it does not have a concrete parent. FocalThings are the target of multiple incomming attribute assignments from higher up in the hierarchy hence merging different path and introducing cycles. To deal with copies of kinematic graphs containing FocalThings, migration methods similar to those inCyclicalThingare defined.Note
This Type is used in subclassing checks to summarize multile concrete ThingTypes.