Package com.nomagic.uml2.ext.jmi.reflect
Interface RepositoryProvider
-
- All Known Subinterfaces:
AbstractRefBaseObject
,AbstractRefFeatured
,AbstractRefObject
- All Known Implementing Classes:
AbstractRefAssociation
,com.nomagic.uml2.ext.jmi.reflect.AbstractRefBaseObjectImpl
,AbstractRefClass
,com.nomagic.uml2.ext.jmi.reflect.AbstractRefFeaturedImpl
,AbstractRefPackage
,AbstractRepository
,EcoreRefAssociation
,EcoreRefPackage
,Project
public interface RepositoryProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractRepository
getRepository()
Get repository.
-
-
-
Method Detail
-
getRepository
AbstractRepository getRepository()
Get repository.- Returns:
- repository.
-
-