|
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). |