Package com.nomagic.magicdraw.autoid
Interface IRelationshipNumbering
-
- All Known Implementing Classes:
AbstractionNumbering,ComponentRealizationNumbering,DependencyNumbering,DeploymentNumbering,DirectedRelationshipNumbering,ElementImportNumbering,ExtendNumbering,GeneralizationNumbering,IncludeNumbering,InformationFlowNumbering,InterfaceRealizationNumbering,ManifestationNumbering,PackageImportNumbering,PackageMergeNumbering,ProfileApplicationNumbering,ProtocolConformanceNumbering,RealizationNumbering,SubstitutionNumbering,TemplateBindingNumbering,UsageNumbering
@OpenApiAll public interface IRelationshipNumberingInterface for Numbering customizations to be applied to Elements that are connected by some types of directedRelationships Feb 20, 2012
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getRelationTypes
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.- Returns:
- a collection of directed relationship types
-
-