Package org.jgrapht.io
Interface Attribute
-
- All Known Implementing Classes:
DefaultAttribute
@Deprecated public interface Attribute
Deprecated.In favor of nio package.An attribute- Author:
- Dimitrios Michail
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AttributeType
getType()
Deprecated.Get the type of the attributeString
getValue()
Deprecated.Get the value of the attribute
-
-
-
Method Detail
-
getValue
String getValue()
Deprecated.Get the value of the attribute- Returns:
- the value of the attribute
-
getType
AttributeType getType()
Deprecated.Get the type of the attribute- Returns:
- the type of the attribute
-
-