Requirements:
Action: {@link #getCommand(EditToolHandler)} returns the command initializedto trim the lines at the right of the one in the blackboard.
87888990919293
* @param acceptBehaviours an empty list */ @Override protected void initAcceptBehaviours( List<Behaviour> acceptBehaviours ) { acceptBehaviours.add(new TrimGeometryBehaviour()); }