com.nicta.scoobi.core
Base trait for "computation nodes" with no generic type information for easier rewriting
Each computation node has a unique id and equality of 2 nodes is based on this id.
CompNodes are Attributable so that they can be used in attribute grammars
unique identifier for this computation node
object defining how to serialise / deserialise data for that node
Base trait for "computation nodes" with no generic type information for easier rewriting
Each computation node has a unique id and equality of 2 nodes is based on this id.
CompNodes are Attributable so that they can be used in attribute grammars