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.StringNAME 
- 
Constructor Summary
Constructors Constructor Description UnspecifiedSequencer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(ShapeElement o1, ShapeElement o2)Compares objects.java.lang.StringgetName()The name of the sequencer 
 - 
 
- 
- 
Method Detail
- 
getName
public java.lang.String getName()
Description copied from interface:SequencerThe name of the sequencer 
- 
compare
public int compare(ShapeElement o1, ShapeElement o2)
Compares objects.- Specified by:
 comparein interfacejava.util.Comparator<ShapeElement>- Specified by:
 comparein interfaceSequencer- Parameters:
 o1- first objecto2- second object- Returns:
 - compare value
 
 
 - 
 
 -