setNodeAttribute<R> method
Set attribute of given generic type R for a node series
Implementation
void setNodeAttribute<R>(AttributeKey<R> key, R value) {
nodeAttributes.setAttr(key, value);
}
Set attribute of given generic type R for a node series
void setNodeAttribute<R>(AttributeKey<R> key, R value) {
nodeAttributes.setAttr(key, value);
}