Properties
hashCode
→ int
Hash code of this Node, which is equal to hash code of the Node id.
no setter inherited
icon
→ NodeIcon
Node icon
final inherited
id
→ String
Identifier of this Node. It's a combination of Node type and its unique
property, concatenated by a dash.
no setter inherited
label
→ String
Getter for label property
no setter inherited
labelProperty
→ String
A property key within properties to be used as the label of the node.
Mainly used for visual identification purposes.
final inherited
meSHDataNodeType
↔ MeSHDataNodeType
getter/setter pair
properties
→ Map <String , dynamic >
Node properties. Keys must be string and values must be JSON serializable.
final inherited
relatives
→ Future <Iterable <Tuple2<Relation , Node > > >
Relatives of this node that can be generated if/when needed.
Subclasses must implement this getter, while making sure each generated
Relation either starts or ends at this Node.
no setter override
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
type
→ String
Node type
final inherited
uniqueProperty
→ String
A property key within properties that is unique for a given Node type.
final inherited
uniqueValue
→ String
Getter for unique value property
no setter inherited
url
→ String ?
Getter for url
no setter inherited
urlProperty
→ String ?
A property key within properties that contains a launchable URL (web address).
final inherited
uuid
↔ String
getter/setter pair
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson ()
→ dynamic
Create JSON serializable representation of this Node.
inherited
toString ()
→ String
Generates a string of the JSON output of this node
inherited
graphist_mesh_sqlite 0.2.0