package org.eclipse.uml2.diagram.sequence.internal.layout.model; interface SelfReorderable { void reorderChildElements(); }