|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiitb.con.core.Type
iitb.con.core.Entity
public class Entity
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.
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 |
---|
public Entity(java.lang.String name)
Entity
with name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |