org.drools.command
Class SetVariableCommand
java.lang.Object
org.drools.command.SetVariableCommand
- All Implemented Interfaces:
- Serializable, org.drools.command.Command<Void>, GenericCommand<Void>
public class SetVariableCommand
- extends Object
- implements GenericCommand<Void>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetVariableCommand
public SetVariableCommand(String contextName,
String identifier,
org.drools.command.Command cmd)
execute
public Void execute(Context context)
- Specified by:
execute
in interface GenericCommand<Void>
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.