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
{{ message }}
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
Is your feature related to a problem? Please describe it.
In keeping with the Java implementation, each static view type should have an addDefaultElements() method which adds in the default elements for that view type - e.g. for container views this would add all the containers in the system and their nearest neighbours (see ContainerView.java for an example).
Describe the solution you would like.
Abstract method in StaticView, implemented in each of the derived types.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Checklist
Is your feature related to a problem? Please describe it.
In keeping with the Java implementation, each static view type should have an
addDefaultElements()
method which adds in the default elements for that view type - e.g. for container views this would add all the containers in the system and their nearest neighbours (see ContainerView.java for an example).Describe the solution you would like.
Abstract method in
StaticView
, implemented in each of the derived types.The text was updated successfully, but these errors were encountered: