Package | Description |
---|---|
org.graphstream.stream.file.tlp |
Modifier and Type | Method and Description |
---|---|
private TLPParser.PropertyType |
TLPParser.type() |
static TLPParser.PropertyType |
TLPParser.PropertyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TLPParser.PropertyType[] |
TLPParser.PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.lang.Object |
TLPParser.convert(TLPParser.PropertyType type,
java.lang.String value) |
private void |
TLPParser.newProperty(java.lang.Integer cluster,
java.lang.String name,
TLPParser.PropertyType type,
java.lang.String nodeDefault,
java.lang.String edgeDefault,
java.util.HashMap<java.lang.String,java.lang.String> nodes,
java.util.HashMap<java.lang.String,java.lang.String> edges) |