Class DependencyNumbering
- java.lang.Object
-
- com.nomagic.magicdraw.autoid.AbstractRelationshipNumbering
-
- com.nomagic.magicdraw.autoid.custom.DirectedRelationshipNumbering
-
- com.nomagic.magicdraw.autoid.custom.DependencyNumbering
-
- All Implemented Interfaces:
INumberingAction
,IRelationshipNumbering
@OpenApiAll public class DependencyNumbering extends DirectedRelationshipNumbering
Numbering elements connected by <> Relationships Feb 21, 2012
-
-
Constructor Summary
Constructors Constructor Description DependencyNumbering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.Class<? extends DirectedRelationship>>
getRelationTypes()
Which types of directedRelationships should be taken into consideration for element sthat are eithe rsource or target of the given relation types.-
Methods inherited from class com.nomagic.magicdraw.autoid.custom.DirectedRelationshipNumbering
collectRelations
-
-
-
-
Method Detail
-
getRelationTypes
public java.util.Collection<java.lang.Class<? extends DirectedRelationship>> getRelationTypes()
Description copied from interface:IRelationshipNumbering
Which types of directedRelationships should be taken into consideration for element sthat are eithe rsource or target of the given relation types.- Specified by:
getRelationTypes
in interfaceIRelationshipNumbering
- Overrides:
getRelationTypes
in classDirectedRelationshipNumbering
- Returns:
- a collection of directed relationship types
-
-