Uses of Package
iitb.con.core

Packages that use iitb.con.core
iitb.con.core   
iitb.con.ds   
iitb.con.net   
iitb.con.net.codegenerator   
iitb.con.query   
 

Classes in iitb.con.core used by iitb.con.core
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.

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.
Type
          Type represents the notion of categorical collection.
 

Classes in iitb.con.core used by iitb.con.ds
Instance
          Instance is the instantiated item of the Type.
All the instances of specialized type will extend the Instance class.
Type
          Type represents the notion of categorical collection.
 

Classes in iitb.con.core used by iitb.con.net
Instance
          Instance is the instantiated item of the Type.
All the instances of specialized type will extend the Instance class.
Type
          Type represents the notion of categorical collection.
 

Classes in iitb.con.core used by iitb.con.net.codegenerator
Entity
          Entity is a Type and the abstraction of the concept-modelling.
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.
 

Classes in iitb.con.core used by iitb.con.query
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.
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.