|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap y.io.graphml.input.CreationProperties
public final class CreationProperties
Simple tagging subclass of HashMap
.
This class is used by the GraphMLParser
to store
properties of an item before it has been created. An instance of this class
can be found in the lookup
of the
GraphMLParseContext
during the parsing of an item.
Custom parsers may populate the dictionary with various properties that can
then be used by the GraphElementFactory
during the creation of the
item.
GraphElementFactory
,
GraphMLParser
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
CreationProperties()
|
Method Summary | |
---|---|
boolean |
GetBooleanProperty(java.lang.Object key)
Returns the boolean value of a property store under key . |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public CreationProperties()
Method Detail |
---|
public boolean GetBooleanProperty(java.lang.Object key)
key
.
key
- The Property key
false
if the property does not exist or if the property
value is not a boolean value.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |