public interface IModelDiagram extends IUniquelyNamed, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
MODEL_DIAGRAM_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
Collection<IEntityShape> |
getEntityShapes() |
Collection<IExtensionLink> |
getExtensionLinks() |
String |
getName() |
Collection<IReferenceLink> |
getReferenceLinks() |
boolean |
isShowDataType()
getAttrNameFormat() getEntityNameFormat() getReferenceNameFormat()
getRefRoleNameFormat()
|
boolean |
isShowForeignAttr() |
boolean |
isShowInheritedAttr() |
boolean |
isShowInheritLinkName() |
boolean |
isShowReferenceCardinality() |
boolean |
isShowReferenceName() |
boolean |
isShowReferenceRoles() |
getPrefixedUniqueName, getUniqueName
static final String MODEL_DIAGRAM_PREFIX
String getName()
Collection<IEntityShape> getEntityShapes()
Collection<IReferenceLink> getReferenceLinks()
Collection<IExtensionLink> getExtensionLinks()
boolean isShowDataType()
boolean isShowForeignAttr()
boolean isShowInheritedAttr()
boolean isShowInheritLinkName()
boolean isShowReferenceCardinality()
boolean isShowReferenceName()
boolean isShowReferenceRoles()
Copyright © 2019. All rights reserved.