Deprecated API


Contents
Deprecated Classes
edu.upc.dama.dex.core.Attribute
          As of release 1.2. 
edu.upc.dama.dex.core.Objects.Combine
          As of release 1.2, replace by Objects.COMBINE_UNION, Objects.COMBINE_DIFFERENCE and Objects.COMBINE_INTERSECTION. 
edu.upc.dama.dex.core.Operation
          As of release 1.2, replace by Graph.OPERATION_LT, Graph.OPERATION_LE, Graph.OPERATION_EQ, Graph.OPERATION_GE, Graph.OPERATION_GT, Graph.OPERATION_NE, Graph.OPERATION_LIKE, and Graph.OPERATION_ILIKE. 
 

Deprecated Methods
edu.upc.dama.dex.core.Graph.existsEdge(long, long, int)
          As of release 1.2, replace by Graph.findEdge(long, long, int) or Graph.findEdges(long, long, int). 
edu.upc.dama.dex.core.Graph.existsEdgeIn(long, long, int)
          As of release 1.2, replace by Graph.findEdge(long, long, int) or Graph.findEdges(long, long, int). 
edu.upc.dama.dex.core.Graph.existsEdgeOut(long, long, int)
          As of release 1.2, replace by Graph.findEdge(long, long, int) or Graph.findEdges(long, long, int). 
edu.upc.dama.dex.core.Graph.existsNode(long)
          As of release 1.2, replace by Graph.getObjectType(long). 
edu.upc.dama.dex.core.Graph.explode(long, String, short)
          As of release 1.2, replace by Graph.explode(long, int, short). 
edu.upc.dama.dex.core.Graph.explode(Objects, String, short)
          As of release 1.2, replace by Graph.explode(long, int, short). 
edu.upc.dama.dex.core.Graph.findAttributes(int)
          As of release 1.2, replaced by Graph.getAttributesFromType(int). 
edu.upc.dama.dex.core.Graph.findAttributes(long)
          As of release 1.2, replaced by Graph.getAttributes(long). 
edu.upc.dama.dex.core.Graph.findEdges(long, long, int, int)
          As of release 1.2, replaced by Graph.findEdges(long, long, int) 
edu.upc.dama.dex.core.Graph.findEdgeType(String)
          As of release 1.2, replaced by Graph.findType(java.lang.String). 
edu.upc.dama.dex.core.Graph.findNodeType(String)
          As of release 1.2, replaced by Graph.findType(java.lang.String). 
edu.upc.dama.dex.core.Graph.getAttribute(long, String)
          As of release 1.2, replace by Graph.getAttribute(long, long, edu.upc.dama.dex.core.Value). 
edu.upc.dama.dex.core.Graph.getAttributeCount(long)
          As of release 1.2, replace by Graph.getAttributeData(long). 
edu.upc.dama.dex.core.Graph.getAttributeName(long)
          As of release 1.2, replace by Graph.getAttributeData(long). 
edu.upc.dama.dex.core.Graph.getAttributeSize(long)
          As of release 1.2, replace by Graph.getAttributeData(long). 
edu.upc.dama.dex.core.Graph.getAttributeType(long)
          As of release 1.2, replace by Graph.getAttributeData(long). 
edu.upc.dama.dex.core.Graph.getEdgePeer(long, long)
          As of release 1.2, replaced by Graph.getEdge(long). 
edu.upc.dama.dex.core.Graph.getEdgeTypes()
          As of release 1.2, replace by Graph.edgeTypes(). 
edu.upc.dama.dex.core.Graph.getHead(long)
          As of release 1.2, replaced by Graph.getEdge(long). 
edu.upc.dama.dex.core.Graph.getNodeTypes()
          As of release 1.2, replace by Graph.nodeTypes(). 
edu.upc.dama.dex.core.Graph.getTail(long)
          As of release 1.2, replaced by Graph.getEdge(long). 
edu.upc.dama.dex.core.Graph.getTypeName(int)
          As of release 1.2, replace by Graph.getTypeData(int). 
edu.upc.dama.dex.core.Graph.isEdgeTypeDirected(int)
          As of release 1.2, replace by Graph.getTypeData(int). 
edu.upc.dama.dex.core.Graph.isEdgeTypeRestricted(int)
          As of release 1.2, replace by Graph.getTypeData(int). 
edu.upc.dama.dex.core.Graph.isEdgeTypeUndirected(int)
          As of release 1.2, replace by Graph.getTypeData(int). 
edu.upc.dama.dex.core.Graph.neighbors(long, String, short)
          As of release 1.2, replace by Graph.neighbors(long, int, short). 
edu.upc.dama.dex.core.Graph.neighbors(Objects, String, short)
          As of release 1.2, replace by Graph.neighbors(long, int, short). 
edu.upc.dama.dex.core.Graph.select(int, String, Operation, Value)
          As of release 1.2, replace by Graph.select(long, short, edu.upc.dama.dex.core.Value). 
edu.upc.dama.dex.core.Graph.select(long, Operation, Value)
          As of release 1.2, replace by Graph.select(long, short, edu.upc.dama.dex.core.Value). 
edu.upc.dama.dex.core.Graph.setAttribute(long, String, Value)
          As of release 1.2, replace by Graph.setAttribute(long, long, edu.upc.dama.dex.core.Value). 
 

Deprecated Constructors
edu.upc.dama.dex.core.Objects(Session, Objects, Objects, Objects.Combine)
          As of release 1.2, replace by Objects.Objects(Session,Objects,Objects,short).