Package iitb.con.core

Class Summary
Attribute Attribute class used to model the Entity and Relationattributes.
Attributes can be of two types:
- Single-valued
- Multi-valued (or) Repeating

DataType - for the attribute data types.

ConStoreConstants Contains the static constants of the project
DataType DataTypes for the attributes.
Entity Entity is a Type and the abstraction of the concept-modelling.
EntityInstance EntityInstance is the instantiated item of the Entity.
EntityInstance interface provides setter and getter methods for the attributes.
Instance Instance is the instantiated item of the Type.
All the instances of specialized type will extend the Instance class.
Relation Relation is associated with two entities.
Relation class provides methods to create and remove the relations among the entities.
The relation is created between two items, which is considered as left-item and right-item.
RelationInstance Relations are associated with the entities and instances.
RelationIntance interface provides methods to set and remove the relations among the entity instances.

The relation is created between two items, which is considered as left-item and right-item.
Type Type represents the notion of categorical collection.