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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enumeration for the 'for' type of this key. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getId()
void
setAttributeName
(String attributeName) void
setAttributeType
(String attributeType) void
setDefaultValue
(String defaultValue) void
setDescription
(String description) void
setForType
(Key.ForType forType) void
-
Field Details
-
id
-
description
-
attributeName
-
attributeType
-
defaultValue
-
forType
-
-
Constructor Details
-
Key
public Key()
-
-
Method Details
-
getDescription
-
setDescription
-
getAttributeName
-
setAttributeName
-
getAttributeType
-
setAttributeType
-
getDefaultValue
-
setDefaultValue
-
setId
-
setForType
-
getId
-
defaultValue
-
getForType
-
applyKey
-