package org.eclipse.uml2.diagram.sequence.internal.layout.model; /** * */ public interface LmReshapable { void setJustReshaped(JustReshapedState justReshapedState); }