Uses of Class
iitb.con.core.EntityInstance

Packages that use EntityInstance
iitb.con.core   
iitb.con.query   
 

Uses of EntityInstance in iitb.con.core
 

Methods in iitb.con.core with parameters of type EntityInstance
 Result RelationInstance.setLeftInstance(EntityInstance instance)
          Sets the instance for the left item.
 Result RelationInstance.setRightInstance(EntityInstance instance)
          Sets the instance for the right item.
 

Uses of EntityInstance in iitb.con.query
 

Methods in iitb.con.query that return types with arguments of type EntityInstance
 java.util.List<EntityInstance> Query.getAllEntityInstances()
          Returns all the EntitiyInstances in the concept-net
 java.util.List<EntityInstance> ItemQuery.getAllEntityInstances()
          Returns all the EntitiyInstances in the concept-net
 java.util.List<EntityInstance> Query.getEntityInstances(java.lang.Short typeId)
          Returns all the entity instances of specified Type
 java.util.List<EntityInstance> ItemQuery.getEntityInstances(java.lang.Short typeId)
          Returns all the entity instances of specified Type
 java.util.List<EntityInstance> Query.getEntityInstances(java.lang.String typeName)
          Returns all the entity instances of specified Type
 java.util.List<EntityInstance> ItemQuery.getEntityInstances(java.lang.String typeName)
          Returns all the entity instances of specified Type