Package | Description |
---|---|
org.graphstream.stream.file |
Modifier and Type | Field and Description |
---|---|
FileSourceDGS1And2.AttributeType |
FileSourceDGS1And2.AttributeFormat.type
Type of the attribute.
|
Modifier and Type | Method and Description |
---|---|
FileSourceDGS1And2.AttributeType |
FileSourceDGS1And2.AttributeFormat.getType()
Attribute format.
|
static FileSourceDGS1And2.AttributeType |
FileSourceDGS1And2.AttributeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileSourceDGS1And2.AttributeType[] |
FileSourceDGS1And2.AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FileSourceDGS1And2.AttributeFormat(java.lang.String name,
FileSourceDGS1And2.AttributeType type)
New format descriptor for an attribute.
|