Package edu.uci.ics.jung.io.graphml
Class Key
java.lang.Object
edu.uci.ics.jung.io.graphml.Key
GraphML key object that was parsed from the input stream.
- Author:
- Nathan Mittler - nathan.mittler@gmail.com
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnumeration for the 'for' type of this key. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetId()voidsetAttributeName(String attributeName) voidsetAttributeType(String attributeType) voidsetDefaultValue(String defaultValue) voidsetDescription(String description) voidsetForType(Key.ForType forType) void
-
Constructor Details
-
Key
public Key()
-
-
Method Details
-
getDescription
-
setDescription
-
getAttributeName
-
setAttributeName
-
getAttributeType
-
setAttributeType
-
getDefaultValue
-
setDefaultValue
-
setId
-
setForType
-
getId
-
defaultValue
-
getForType
-
applyKey
-