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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(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, waitMethods 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:SequencerThe name of the sequencer -
compare
Compares objects.- Specified by:
comparein interfaceComparator<ShapeElement>- Specified by:
comparein interfaceSequencer- Parameters:
o1- first objecto2- second object- Returns:
- compare value
-