FindSlide.org - это сайт презентаций, докладов, шаблонов в формате PowerPoint.
Email: Нажмите что бы посмотреть
superclass
Each of these subgrupings is called a subclass
subclass
Each entity that is a member of a subclass is also an entity of a corresponding superclass (secretary is also an employee)
It is not necessary that every entity in a superclass is a member of some subclass
Based on the job type
Based on the method of pay
More on Subclasses and Superclasses
Specialization process allows us to do the following:
Define a set of subclasses of an entity type
Establish additional specific attributes with each subclass
Establish additional specific relationship types between each subclass and other entity types or other subclasses
OTHER
Defining predicate
Defining attribute
When we do not have a condition for determining membership in a subclass, the subclass is called user-defined
A specialization that is attribute-defined implies the disjointness constraint
Disjointness also applies to user-defined subclasses of a specialization
partial specialization allows an entity not to belong to any of the subclasses
Total
Partial
Union subclass is a subset of the union of its superclasses.
Hence, an entity that is a member of OWNER must exist in only one of the superclasses. This represents the constraint that an OWNER may be a COMPANY, a BANK, or a PERSON.
Union subclass such as OWNER entity inherits the attributes of a COMPANY, a PERSON, or a BANK, depending on the superclass to which the entity belongs.