org.drools.simulation.impl
Class TestGroupCommand

java.lang.Object
  extended by org.drools.simulation.impl.TestGroupCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Void>, org.drools.command.impl.GenericCommand<Void>

public class TestGroupCommand
extends Object
implements org.drools.command.impl.GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
TestGroupCommand(String name, List<org.drools.command.Command> commands)
           
 
Method Summary
 Void execute(org.drools.command.Context context)
           
 List<org.drools.command.Command> getCommands()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestGroupCommand

public TestGroupCommand(String name,
                        List<org.drools.command.Command> commands)
Method Detail

getName

public String getName()

getCommands

public List<org.drools.command.Command> getCommands()

execute

public Void execute(org.drools.command.Context context)
Specified by:
execute in interface org.drools.command.impl.GenericCommand<Void>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.