IEREntity
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.
IEREntity
+
getLogicalName
() :
String
+
getPhysicalName
() :
String
+
getType
() :
String
+
getPrimaryKeys
() :
IERAttribute
[]
+
getForeignKeys
() :
IERAttribute
[]
+
getNonPrimaryKeys
() :
IERAttribute
[]
+
getChildrenRelationships
() :
IERRelationship
[]
+
getParentRelationships
() :
IERRelationship
[]
+
getChildrenSubtypeRelationships
() :
IERSubtypeRelationship
[]
+
getParentSubtypeRelationships
() :
IERSubtypeRelationship
[]