Drools :: Verifier 6.1.0.Beta1

org.drools.verifier.components
Class RuleOperatorDescr

java.lang.Object
  extended by org.drools.verifier.data.VerifierComponent<D>
      extended by org.drools.verifier.components.PackageComponent<D>
          extended by org.drools.verifier.components.RuleComponent
              extended by org.drools.verifier.components.RuleOperatorDescr
All Implemented Interfaces:
Serializable, Comparable, ChildComponent, Cause

public class RuleOperatorDescr
extends RuleComponent
implements Serializable

See Also:
Serialized Form

Constructor Summary
RuleOperatorDescr(org.drools.compiler.lang.descr.BaseDescr descr, VerifierRule rule, OperatorDescrType operatorType)
           
 
Method Summary
 OperatorDescrType getType()
           
 VerifierComponentType getVerifierComponentType()
           
 void setType(OperatorDescrType type)
           
 
Methods inherited from class org.drools.verifier.components.RuleComponent
getFullRulePath, getOrderNumber, getParentPath, getParentType, getPath, getRuleName, getRulePath, setOrderNumber, setParentPath, setParentType, setRuleName
 
Methods inherited from class org.drools.verifier.components.PackageComponent
getPackageName, getPackagePath, setPackageName
 
Methods inherited from class org.drools.verifier.data.VerifierComponent
compareTo, getCauses, getDescr, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleOperatorDescr

public RuleOperatorDescr(org.drools.compiler.lang.descr.BaseDescr descr,
                         VerifierRule rule,
                         OperatorDescrType operatorType)
Method Detail

getType

public OperatorDescrType getType()

setType

public void setType(OperatorDescrType type)

getVerifierComponentType

public VerifierComponentType getVerifierComponentType()
Specified by:
getVerifierComponentType in class VerifierComponent

Drools :: Verifier 6.1.0.Beta1

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