01: package org.osbl.agent.model.action;
02:
03: /**
04: * The Class SetValueAction.
05: *
06: * @author Sebastian Nozzi.
07: */
08: publicclass SetValueAction extendsSetPropertyAction {
09:
10: // This dummy class exists as a counterpart to SetValueActionController
11:
12: }