Class InterfaceRealizationNumbering
- java.lang.Object
 - 
- com.nomagic.magicdraw.autoid.AbstractRelationshipNumbering
 - 
- com.nomagic.magicdraw.autoid.custom.DirectedRelationshipNumbering
 - 
- com.nomagic.magicdraw.autoid.custom.InterfaceRealizationNumbering
 
 
 
 
- 
- All Implemented Interfaces:
 INumberingAction,IRelationshipNumbering
@OpenApiAll public class InterfaceRealizationNumbering extends DirectedRelationshipNumbering
Numbering elements connected by <> Relationships Feb 21, 2012  
- 
- 
Constructor Summary
Constructors Constructor Description InterfaceRealizationNumbering() 
- 
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:IRelationshipNumberingWhich types of directedRelationships should be taken into consideration for element sthat are eithe rsource or target of the given relation types.- Specified by:
 getRelationTypesin interfaceIRelationshipNumbering- Overrides:
 getRelationTypesin classDirectedRelationshipNumbering- Returns:
 - a collection of directed relationship types
 
 
 - 
 
 -