edu.upc.dama.dex.core
Class Attribute

java.lang.Object
  extended by edu.upc.dama.dex.core.Attribute

Deprecated. As of release 1.2.

@Deprecated
public final class Attribute
extends java.lang.Object

Encapsulates the Value of an object attribute.

Nodes and edges both can have attributes. It stores the name and the Value for an object attribute.

Author:
Sparsity Technologies

Field Summary
 java.lang.String name
          Deprecated. Name of the attribute.
 Value value
          Deprecated. Value of the attribute.
 
Constructor Summary
Attribute()
          Deprecated.  
 
Method Summary
 java.lang.String toString()
          Deprecated. String representation of the Attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Deprecated. 
Name of the attribute.


value

public Value value
Deprecated. 
Value of the attribute.

Constructor Detail

Attribute

public Attribute()
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 
String representation of the Attribute.

Overrides:
toString in class java.lang.Object
Returns:
The Attribute.name and its Attribute.value string representations.
See Also:
Value.toString()