Class ContextMapModelConverter
java.lang.Object
org.contextmapper.dsl.generator.contextmap.ContextMapModelConverter
Converts a CML Context Map into the Context Map Generator model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.contextmapper.contextmap.generator.model.ContextMap
convert
(ContextMap cmlContextMap) Converts the CML Context Map into a Context Map Generator Context Map.org.contextmapper.contextmap.generator.model.ContextMap
convert
(ContextMap cmlContextMap, boolean useNameAndImplementationTechnologyLabels) Converts the CML Context Map into a Context Map Generator Context Map.
-
Constructor Details
-
ContextMapModelConverter
public ContextMapModelConverter()
-
-
Method Details
-
convert
Converts the CML Context Map into a Context Map Generator Context Map.- Parameters:
cmlContextMap
- the CML Context Map for which you want to generate a graphical Context Map- Returns:
- the Context Map Generator Context Map
-
convert
public org.contextmapper.contextmap.generator.model.ContextMap convert(ContextMap cmlContextMap, boolean useNameAndImplementationTechnologyLabels) Converts the CML Context Map into a Context Map Generator Context Map.- Parameters:
cmlContextMap
- the CML Context Map for which you want to generate a graphical Context MapuseNameAndImplementationTechnologyLabels
- defines whether name and implementation technology on relationships shall be mapped or not- Returns:
- the Context Map Generator Context Map
-