예제 #1
0
 public DefaultFlowSpecification(String className, FlowSpecification other) {
   this(
       className,
       other.getName(),
       other.getDescription(),
       other.getFlowlets(),
       other.getConnections());
 }