MCPcopy Create free account
hub / github.com/GMUEClab/ecj / nodeEquivalentTo

Method nodeEquivalentTo

ecj/src/main/java/ec/gp/GPNode.java:895–900  ·  view source on GitHub ↗

Returns true if I and the provided node are the same kind of node -- that is, we could have both been cloned() and reset() from the same prototype node. The default form of this function returns true if I and the node have the same class, the same length children arr

(GPNode node)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

nodeEqualsMethod · 0.95
obtainERCMethod · 0.95
writeRootedTreeMethod · 0.45

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected