PlainTopologySerializer.importFromString() currently clears the Topology.
I suggest to remove this call to topology.clear() since:
- the other implementations of
TopologySerializer don't clear the Topology
- the
JViewer has a popup which give the user the choice to clear it or not (incoherent flow)
- it would be more convenient when setting up an experiment programmatically
PlainTopologySerializer.importFromString()currently clears theTopology.I suggest to remove this call to
topology.clear()since:TopologySerializerdon't clear theTopologyJViewerhas a popup which give the user the choice to clear it or not (incoherent flow)