Class UnspecifiedSequencer

java.lang.Object
com.nomagic.magicdraw.uml.symbols.layout.sequence.UnspecifiedSequencer
All Implemented Interfaces:
Sequencer, Comparator<ShapeElement>

@OpenApiAll public class UnspecifiedSequencer extends Object implements Sequencer
An empty sequencer. It does not say anything for the layouter, so the layouter will determine the ordering by path crossing etc.
  • Field Details

    • NAME

      public static final String NAME
  • Constructor Details

    • UnspecifiedSequencer

      public UnspecifiedSequencer()
  • Method Details