36373839404142
public String getName() { return NbBundle.getMessage(DegreeBuilder.class, "InOutDegree.name"); } public Statistics getStatistics() { return new Degree(); }
59606162636465
return NbBundle.getMessage(DegreeBuilder.class, "InOutDegree.name"); } @Override public Statistics getStatistics() { return new Degree(); }