org.drools.simulation
Interface Fluent


public interface Fluent


Method Summary
 Fluent add(Resource resource, ResourceType type)
           
 Fluent add(Resource resource, ResourceType type, ResourceConfiguration configuration)
           
 Fluent createKnowledgeBuilder()
           
 Fluent createStep(long distance)
           
 Fluent fireAllRules()
           
 Fluent getErrors()
           
 Object getValue()
           
 Fluent hasErrors()
           
 Fluent insert(Object object)
           
 Fluent newKnowledgeBase()
           
 Fluent newPath(String name)
           
 Fluent set(String name)
           
 

Method Detail

getValue

Object getValue()

set

Fluent set(String name)

newPath

Fluent newPath(String name)

createStep

Fluent createStep(long distance)

createKnowledgeBuilder

Fluent createKnowledgeBuilder()

hasErrors

Fluent hasErrors()

getErrors

Fluent getErrors()

add

Fluent add(Resource resource,
           ResourceType type)

add

Fluent add(Resource resource,
           ResourceType type,
           ResourceConfiguration configuration)

newKnowledgeBase

Fluent newKnowledgeBase()

fireAllRules

Fluent fireAllRules()

insert

Fluent insert(Object object)


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