Secondary Type Edge
interface SecondaryTypeEdge
The Typeresolver needs to be aware of all outgoing edges to types in order to merge equal types to the same node. For the primary type edge, this is achieved through the hasType interface. If a node has additional type edges (e.g. default type in ) the node must implement the updateType method, so that the current type is always replaced with the merged one