public class VertexAttribute extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private Object |
defaultValue |
private String |
name |
private Class |
type |
private Object |
value |
Constructor and Description |
---|
VertexAttribute(String name,
Class type,
Object defaultValue)
Create a node attribute object setting the value to be the default value.
|
Copyright © 2015 University of Glasgow. All rights reserved.