com.semarchy.mdm.runtime.model.logical
Interface IModelDiagram

All Superinterfaces:
IUniquelyNamed, Serializable

public interface IModelDiagram
extends IUniquelyNamed, Serializable


Field Summary
static String MODEL_DIAGRAM_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 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()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

MODEL_DIAGRAM_PREFIX

static final String MODEL_DIAGRAM_PREFIX
See Also:
Constant Field Values
Method Detail

getName

String getName()

getEntityShapes

Collection<IEntityShape> getEntityShapes()

getReferenceLinks

Collection<IReferenceLink> getReferenceLinks()

getExtensionLinks

Collection<IExtensionLink> getExtensionLinks()

isShowDataType

boolean isShowDataType()
getAttrNameFormat() getEntityNameFormat() getReferenceNameFormat() getRefRoleNameFormat()


isShowForeignAttr

boolean isShowForeignAttr()

isShowInheritedAttr

boolean isShowInheritedAttr()

isShowInheritLinkName

boolean isShowInheritLinkName()

isShowReferenceCardinality

boolean isShowReferenceCardinality()

isShowReferenceName

boolean isShowReferenceName()

isShowReferenceRoles

boolean isShowReferenceRoles()


Copyright © 2015. All Rights Reserved.