Interface IContextObjectMapper
public interface IContextObjectMapper
Used to contribute the the mapping between contexts and
model objects - if such mapping exists.
Typical implementation of this interface would implement/contribute also the
IContextNatureProvider
(or at least they
must share the knowledge).- Author:
- dobisekm
-
Method Summary
-
Method Details
-
getContextObjectURI
- Parameters:
contextId
- The context Id, which originally cames from theIContextService
- Returns:
- The
SubterraURI
of object representing this context ornull
if no such exists.
-