|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Value | |
|---|---|
| edu.upc.dama.dex.core | Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. |
| Uses of Value in edu.upc.dama.dex.core |
|---|
| Fields in edu.upc.dama.dex.core declared as Value | |
|---|---|
Value |
Graph.AttributeStats.max
Maximum existing value. |
Value |
Graph.AttributeStats.min
Minimum existing value. |
Value |
Graph.AttributeStats.mode
Most frequent Value. |
Value |
Attribute.value
Deprecated. Value of the attribute. |
| Methods in edu.upc.dama.dex.core that return Value | |
|---|---|
Value |
Graph.getAttribute(long oid,
long attribute)
Gets the value for an attribute for the given node or edge identifier. |
Value |
Graph.getAttribute(long oid,
java.lang.String attribute)
Deprecated. As of release 1.2, replace by Graph.getAttribute(long, long, edu.upc.dama.dex.core.Value). |
Value |
Values.next()
Gets the next Value into the collection and moves
forward the iterator. |
Value |
Value.setBool(boolean value)
Sets a Boolean value. |
Value |
Value.setDouble(double value)
Sets a Double value. |
Value |
Value.setInt(int value)
Sets an Integer value. |
Value |
Value.setLong(long value)
Sets a Long value. |
Value |
Value.setNull()
Sets a NULL value. |
Value |
Value.setString(java.lang.String value)
Sets a String value. |
Value |
Value.setTextStream(TextStream tstrm)
Sets a Text value. |
Value |
Value.setTimestamp(java.util.Calendar value)
Sets a Timestamp value. |
| Methods in edu.upc.dama.dex.core with parameters of type Value | |
|---|---|
short |
Value.compare(Value value)
Compares with the given value. |
long |
Graph.findObj(long attr,
Value v)
Finds a node or edge identifier which has the given value for the given attribute. |
boolean |
Graph.getAttribute(long oid,
long attribute,
Value v)
Gets the value for an attribute for the given node or edge identifier. |
long |
Graph.getAttributeIntervalCount(long attribute,
Value low,
boolean includeLow,
Value high,
boolean includeHigh)
Retrieves how many objects have a value into the given range for the given attribute. |
long |
Graph.newEdge(long attrTail,
Value vTail,
long attrHead,
Value vHead,
int type)
Creates a new edge of the given type identifier between two nodes. |
boolean |
Operation.satisfy(Value v)
Deprecated. Gets whether the Operation is allowed for the give
Value. |
Objects |
Graph.select(int type,
java.lang.String attribute,
Operation op,
Value v)
Deprecated. As of release 1.2, replace by Graph.select(long, short, edu.upc.dama.dex.core.Value). |
Objects |
Graph.select(long attribute,
Operation op,
Value v)
Deprecated. As of release 1.2, replace by Graph.select(long, short, edu.upc.dama.dex.core.Value). |
Objects |
Graph.select(long attribute,
short op,
Value v)
Selects all the nodes or edges which satisfy the condition. |
Objects |
Graph.select(long attribute,
short op,
Value v1,
Value v2)
Selects all the nodes or edges which satisfy the condition. |
boolean |
Graph.setAttribute(long oid,
long attribute,
Value v)
Sets a value for an attribute for the given node or edge identifier. |
boolean |
Graph.setAttribute(long oid,
java.lang.String attribute,
Value v)
Deprecated. As of release 1.2, replace by Graph.setAttribute(long, long, edu.upc.dama.dex.core.Value). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||