Class UnspecifiedSequencer
- java.lang.Object
-
- com.nomagic.magicdraw.uml.symbols.layout.sequence.UnspecifiedSequencer
-
- All Implemented Interfaces:
Sequencer
,java.util.Comparator<ShapeElement>
@OpenApiAll public class UnspecifiedSequencer extends java.lang.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 Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description UnspecifiedSequencer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ShapeElement o1, ShapeElement o2)
Compares objects.java.lang.String
getName()
The name of the sequencer
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:Sequencer
The name of the sequencer
-
compare
public int compare(ShapeElement o1, ShapeElement o2)
Compares objects.- Specified by:
compare
in interfacejava.util.Comparator<ShapeElement>
- Specified by:
compare
in interfaceSequencer
- Parameters:
o1
- first objecto2
- second object- Returns:
- compare value
-
-