8687888990919293
@Override public boolean isTargetedTo(AssignmentFunction function) { if (!(function instanceof StretchesFunction)) { return false; } StretchesFunction s = (StretchesFunction) function; return s.getType() == getType(); }