org.drools.verifier.components
Class VerifierComponentSource

java.lang.Object
  extended by org.drools.verifier.data.VerifierComponent
      extended by org.drools.verifier.components.VerifierComponentSource
All Implemented Interfaces:
Comparable<VerifierComponent>, ChildComponent, Source, Cause
Direct Known Subclasses:
EntryPoint, WorkingMemory

public abstract class VerifierComponentSource
extends VerifierComponent
implements Source


Constructor Summary
VerifierComponentSource()
           
 
Method Summary
 int getOrderNumber()
           
 String getParentPath()
           
 VerifierComponentType getParentType()
           
 void setOrderNumber(int orderNumber)
           
 void setParentPath(String parentPath)
           
 void setParentType(VerifierComponentType parentType)
           
 
Methods inherited from class org.drools.verifier.data.VerifierComponent
compareTo, getCauses, getPath, getVerifierComponentType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.verifier.components.Source
getPath, getVerifierComponentType
 

Constructor Detail

VerifierComponentSource

public VerifierComponentSource()
Method Detail

getParentType

public VerifierComponentType getParentType()
Specified by:
getParentType in interface ChildComponent

getParentPath

public String getParentPath()
Specified by:
getParentPath in interface ChildComponent

getOrderNumber

public int getOrderNumber()
Specified by:
getOrderNumber in interface ChildComponent

setParentType

public void setParentType(VerifierComponentType parentType)

setParentPath

public void setParentPath(String parentPath)

setOrderNumber

public void setOrderNumber(int orderNumber)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.