Class MermaidNNAssociationModel
- java.lang.Object
-
- io.vertigo.studio.plugins.generator.mermaid.model.MermaidNNAssociationModel
-
public final class MermaidNNAssociationModel extends Object
Objet utilisé par FreeMarker.- Author:
- mlaroche
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNodeADtSketchName()
String
getNodeBDtSketchName()
AssociationNNSketch
getSketch()
-
-
-
Method Detail
-
getSketch
public AssociationNNSketch getSketch()
- Returns:
- Definition d'une association.
-
getNodeADtSketchName
public String getNodeADtSketchName()
- Returns:
- Type à retourner
-
getNodeBDtSketchName
public String getNodeBDtSketchName()
- Returns:
- Type à retourner
-
-