public class DefaultKnowledgeBaseSimFluent extends AbstractTestableFluent<KnowledgeBaseSimFluent> implements KnowledgeBaseSimFluent
| Constructor and Description |
|---|
DefaultKnowledgeBaseSimFluent(SimulationFluent simulationFluent) |
| Modifier and Type | Method and Description |
|---|---|
protected KnowledgeBaseSimFluent |
addCommand(org.kie.api.command.Command command) |
KnowledgeBaseSimFluent |
addKnowledgePackages() |
KnowledgeBaseSimFluent |
addKnowledgePackages(org.kie.api.io.Resource resource,
org.kie.api.io.ResourceType type) |
KnowledgeBaseSimFluent |
addKnowledgePackages(org.kie.api.io.Resource resource,
org.kie.api.io.ResourceType type,
org.kie.api.io.ResourceConfiguration configuration) |
SimulationFluent |
end() |
SimulationFluent |
end(String name) |
SimulationFluent |
end(String context,
String name) |
given, test, test, test, testpublic DefaultKnowledgeBaseSimFluent(SimulationFluent simulationFluent)
protected KnowledgeBaseSimFluent addCommand(org.kie.api.command.Command command)
addCommand in class AbstractTestableFluent<KnowledgeBaseSimFluent>public KnowledgeBaseSimFluent addKnowledgePackages()
addKnowledgePackages in interface org.kie.internal.fluent.KnowledgeBaseFluent<KnowledgeBaseSimFluent>public KnowledgeBaseSimFluent addKnowledgePackages(org.kie.api.io.Resource resource, org.kie.api.io.ResourceType type)
public KnowledgeBaseSimFluent addKnowledgePackages(org.kie.api.io.Resource resource, org.kie.api.io.ResourceType type, org.kie.api.io.ResourceConfiguration configuration)
public SimulationFluent end(String context, String name)
end in interface org.kie.internal.fluent.EndContextFluent<SimulationFluent>public SimulationFluent end(String name)
end in interface org.kie.internal.fluent.EndContextFluent<SimulationFluent>public SimulationFluent end()
end in interface org.kie.internal.fluent.EndContextFluent<SimulationFluent>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.