Class UnspecifiedSequencer
java.lang.Object
com.nomagic.magicdraw.uml.symbols.layout.sequence.UnspecifiedSequencer
- All Implemented Interfaces:
Sequencer
,Comparator<ShapeElement>
An empty sequencer. It does not say anything for the layouter, so the layouter will determine the
ordering by path crossing etc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(ShapeElement o1, ShapeElement o2) Compares objects.getName()
The name of the sequencerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
NAME
-
-
Constructor Details
-
UnspecifiedSequencer
public UnspecifiedSequencer()
-
-
Method Details
-
getName
Description copied from interface:Sequencer
The name of the sequencer -
compare
Compares objects.- Specified by:
compare
in interfaceComparator<ShapeElement>
- Specified by:
compare
in interfaceSequencer
- Parameters:
o1
- first objecto2
- second object- Returns:
- compare value
-