Drools :: Core 6.1.0.Beta1

org.drools.core.fluent.impl
Class ReflectiveMatcherAssertCommand

java.lang.Object
  extended by org.drools.core.fluent.impl.ReflectiveMatcherAssertCommand
All Implemented Interfaces:
Serializable, GenericCommand<Void>, org.kie.api.command.Command<Void>

public class ReflectiveMatcherAssertCommand
extends Object
implements GenericCommand<Void>

See Also:
Serialized Form

Constructor Summary
ReflectiveMatcherAssertCommand()
           
ReflectiveMatcherAssertCommand(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert)
           
 
Method Summary
 Void execute(org.kie.internal.command.Context context)
           
 org.kie.internal.fluent.test.ReflectiveMatcherAssert getMatcherAssert()
           
 void setMatcherAssert(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectiveMatcherAssertCommand

public ReflectiveMatcherAssertCommand()

ReflectiveMatcherAssertCommand

public ReflectiveMatcherAssertCommand(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert)
Method Detail

getMatcherAssert

public org.kie.internal.fluent.test.ReflectiveMatcherAssert getMatcherAssert()

setMatcherAssert

public void setMatcherAssert(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert)

execute

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

Drools :: Core 6.1.0.Beta1

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