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
The addition and removal of list elements is rudementary currently. We can add only at end of a list and remove only the last element of a list. A user may want to add or remove an element anywhere. A user may even want to change the order of the list elements. This is needed for all lists where the order matters. The order matters, for instance, in graph-provider pipelines.
If a list contains instances of different classes (deriving from the same class), a user needs to specify the type of a list element. Again, that is needed in graph-provider pipelines where we can have all sorts of graph providers (e.g., GXL, CSV, JaCoCo, etc.).
The text was updated successfully, but these errors were encountered:
Working towards allowing the user to change the type of a graph provider.
Still work in progress. A ticket #698 was added as a follow-up.
At least graph providers are shown and their attributes can be adjusted.
The addition and removal of list elements is rudementary currently. We can add only at end of a list and remove only the last element of a list. A user may want to add or remove an element anywhere. A user may even want to change the order of the list elements. This is needed for all lists where the order matters. The order matters, for instance, in graph-provider pipelines.
If a list contains instances of different classes (deriving from the same class), a user needs to specify the type of a list element. Again, that is needed in graph-provider pipelines where we can have all sorts of graph providers (e.g., GXL, CSV, JaCoCo, etc.).
The text was updated successfully, but these errors were encountered: