NodeStuff

flatgraph.convert.Convert.NodeStuff
class NodeStuff(val label: String, val kind: Int)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addX(iop: String, key: String, value: Any, edgePropertyKey: String, edgePropertyValue: Any): Unit
def pad(): Unit

Concrete fields

val kind: Int
val label: String
var nextId: Int
val quantities: HashMap[(String, String), ArrayBuffer[Int]]
val values: HashMap[(String, String), ArrayBuffer[Any]]