iitb.con.core
Class Entity

java.lang.Object
  extended by iitb.con.core.Type
      extended by iitb.con.core.Entity

public class Entity
extends Type

Entity is a Type and the abstraction of the concept-modelling. EntityInstances are the instantiation of the Entity.
The Entity interface allows to specifies attributes, and methods to retrieve Entity meta-data.

See Also:
EntityInstance, Type

Field Summary
 
Fields inherited from class iitb.con.core.Type
id, name
 
Constructor Summary
Entity(java.lang.String name)
          Constructs the Entity with name
 
Method Summary
 
Methods inherited from class iitb.con.core.Type
addAttribute, addAttribute, getAllAttributes, getAllRepeatingAttributes, getAllSingleValuedAttributes, getAttribute, getAttributesCount, hasAttribute, removeAttribute, setAllAttributes, setAttribute, setAttribute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entity

public Entity(java.lang.String name)
Constructs the Entity with name