org.drools.reteoo
Interface ObjectTypeConf

All Known Implementing Classes:
ClassObjectTypeConf, FactTemplateTypeConf

public interface ObjectTypeConf


Method Summary
 void enableTMS()
          Enable TMS for this object type.
 ObjectTypeNode getConcreteObjectTypeNode()
           
 EntryPoint getEntryPoint()
           
 ObjectTypeNode[] getObjectTypeNodes()
           
 TypeDeclaration getTypeDeclaration()
           
 boolean isActive()
           
 boolean isAssignableFrom(Object object)
           
 boolean isDynamic()
           
 boolean isEvent()
           
 boolean isShadowEnabled()
           
 boolean isSupportsPropertyChangeListeners()
           
 boolean isTMSEnabled()
          Whether or not, TMS is active for this object type.
 void resetCache()
           
 

Method Detail

getObjectTypeNodes

ObjectTypeNode[] getObjectTypeNodes()

isShadowEnabled

boolean isShadowEnabled()

getConcreteObjectTypeNode

ObjectTypeNode getConcreteObjectTypeNode()

resetCache

void resetCache()

isAssignableFrom

boolean isAssignableFrom(Object object)

isActive

boolean isActive()

isEvent

boolean isEvent()

isDynamic

boolean isDynamic()

getTypeDeclaration

TypeDeclaration getTypeDeclaration()

isTMSEnabled

boolean isTMSEnabled()
Whether or not, TMS is active for this object type.


enableTMS

void enableTMS()
Enable TMS for this object type.


getEntryPoint

EntryPoint getEntryPoint()

isSupportsPropertyChangeListeners

boolean isSupportsPropertyChangeListeners()


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