Drools :: Core 6.2.0.Final

org.drools.core.common
Interface LogicalDependency<M extends ModedAssertion<M>>

All Superinterfaces:
Entry<LogicalDependency<M>>, LinkedListNode<LogicalDependency<M>>
All Known Implementing Classes:
DefeasibleLogicalDependency, SimpleLogicalDependency

public interface LogicalDependency<M extends ModedAssertion<M>>
extends LinkedListNode<LogicalDependency<M>>


Method Summary
 Object getJustified()
           
 Activation<M> getJustifier()
           
 M getMode()
           
 Object getObject()
           
 
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
 
Methods inherited from interface org.drools.core.util.Entry
getNext, setNext
 

Method Detail

getJustified

Object getJustified()

getJustifier

Activation<M> getJustifier()

getObject

Object getObject()

getMode

M getMode()

Drools :: Core 6.2.0.Final

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