Uses of Class
iitb.con.util.Result

Packages that use Result
iitb.con.core   
iitb.con.net   
iitb.con.util   
 

Uses of Result in iitb.con.core
 

Methods in iitb.con.core that return Result
 Result Type.addAttribute(Attribute attribute)
          Adds the attribute to the type.
Returns false in the Result object, if the attribute already exists.
 Result Type.addAttribute(java.lang.String name, byte dataType, boolean repeating)
          Adds the attribute to the type.
Returns false in the Result object, if the attribute already exists.
 Result Type.setAttribute(Attribute attribute)
          Sets or modifies the existing attribute information.
 Result Type.setAttribute(java.lang.String name, byte dataType, boolean repeating)
          Sets or modifies the existing attribute information.
 Result Relation.setDirection(byte direction)
          Sets the direction kind of the Relation.
 Result Relation.setLeft(Entity entity)
          Sets the entity type for the left item.
 Result Relation.setLeftEntityId(short leftEntityId)
          Set the left entity id of the relation.
 Result RelationInstance.setLeftInstance(EntityInstance instance)
          Sets the instance for the left item.
 Result Relation.setRight(Entity entity)
          Sets the entity type for the right item.
 Result Relation.setRightEntityId(short rightEntityId)
          Set the right entity id of the relation.
 Result RelationInstance.setRightInstance(EntityInstance instance)
          Sets the instance for the right item.
 

Uses of Result in iitb.con.net
 

Methods in iitb.con.net that return Result
 Result FileConceptNet.commit()
          Commits the changes to the concept-net.
abstract  Result ConceptNet.commit()
          Commits the changes to the concept-net.
<K extends java.lang.Comparable<K>>
Result
FileConceptNet.createIndex(java.lang.String typeName, java.lang.String attributeName, K dataType)
          Creates Index of the specified type's attribute.
abstract
<K extends java.lang.Comparable<K>>
Result
ConceptNet.createIndex(java.lang.String typeName, java.lang.String attributeName, K dataType)
          Creates the index for the specified type attribute.
 Result FileConceptNet.dropIndex(Type type, java.lang.String attributeName)
          Drops the index for the specified type attribute.
abstract  Result ConceptNet.dropIndex(Type type, java.lang.String attributeName)
          Drops the index for the specified type attribute.
 Result FileConceptNet.induct(Type type)
          Inducts Type into the concept-net
abstract  Result ConceptNet.induct(Type type)
          Inducts the Type to the concept-nets.
 Result FileConceptNet.remove(Instance instance)
          Removes the instance from the concept-net.
abstract  Result ConceptNet.remove(Instance instance)
          Removes the existing Instance from the concept-nets.
 Result FileConceptNet.remove(int instanceId)
          Removes the existing Instance from the concept-nets.
abstract  Result ConceptNet.remove(int instanceId)
          Removes the existing Instance from the concept-nets.
 Result FileConceptNet.update(Instance instance)
          Updates the instance in the concept-net.
abstract  Result ConceptNet.update(Instance instance)
          Updates the Instance to the concept-nets.
 

Uses of Result in iitb.con.util
 

Methods in iitb.con.util that return Result
static Result FileUtil.createFile(java.lang.String name)
          Create the file if it does not exists
 

Methods in iitb.con.util with parameters of type Result
static void Result.status(Result result)
          Outputs the status of the Result object
static void Result.status(java.lang.String msg, Result result)
          Outputs the status of the Result object along with the user's message