IERRelationship
com.change_vision.jude.api.inf.model.er diagram interface
com.change_vision.jude.api.inf.model.
INamedElement
+
getName
() :
String
+
getConstraints
() :
IConstraint
[]
+
getSupplierDependencies
() :
IDependency
[]
+
getClientDependencies
() :
IDependency
[]
+
getDefinition
() :
String
+
isPublicVisibility
() :boolean
+
isProtectedVisibility
() :boolean
+
isPrivateVisibility
() :boolean
+
isPackageVisibility
() :boolean
+
getDiagrams
() :
IDiagram
[]
com.change_vision.jude.api.inf.model.
IERRelationship
+
getLogicalName
() :
String
+
getPhysicalName
() :
String
+
getVerbPhraseParent
() :
String
+
getVerbPhraseChild
() :
String
+
isIdentifying
() :boolean
+
isNonIdentifying
() :boolean
+
isMultiToMulti
() :boolean
+
isParentRequired
() :boolean
+
getParent
() :
IEREntity
+
getChild
() :
IEREntity
+
getForeignKeys
() :
IERAttribute
[]