You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to the SingleStateAccessor, many components access the topology in their code (mostly in init()) for their internal computation. We should create a dedicated class to inherit from which manages this access to the topology.
This would:
homogenize the access
ease the evolution of API (componentState, warnings/errors)
The text was updated successfully, but these errors were encountered:
Similarly to the SingleStateAccessor, many components access the topology in their code (mostly in init()) for their internal computation. We should create a dedicated class to inherit from which manages this access to the topology.
This would:
The text was updated successfully, but these errors were encountered: