FunctionGraph.copyFrom constructor

FunctionGraph.copyFrom(
  1. FunctionGraph mob
)

Implementation

FunctionGraph.copyFrom(FunctionGraph mob)
    : function = mob.function,
      super.copyFrom(mob);