|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.core.reteoo.PropertySpecificUtil
public class PropertySpecificUtil
| Constructor Summary | |
|---|---|
PropertySpecificUtil()
|
|
| Method Summary | |
|---|---|
static long |
calculateNegativeMask(List<String> listenedProperties,
List<String> settableProperties)
|
static long |
calculatePositiveMask(List<String> listenedProperties,
List<String> settableProperties)
|
static Class<?> |
getNodeClass(ObjectTypeNode objectTypeNode)
|
static List<String> |
getSettableProperties(InternalRuleBase ruleBase,
Class<?> nodeClass)
|
static List<String> |
getSettableProperties(InternalRuleBase ruleBase,
ObjectTypeNode objectTypeNode)
|
static List<String> |
getSettableProperties(InternalWorkingMemory workingMemory,
ObjectTypeNode objectTypeNode)
|
static boolean |
isPropertyReactive(BuildContext context,
Class<?> objectClass)
|
static boolean |
isPropertyReactive(BuildContext context,
ObjectType objectType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertySpecificUtil()
| Method Detail |
|---|
public static boolean isPropertyReactive(BuildContext context,
ObjectType objectType)
public static boolean isPropertyReactive(BuildContext context,
Class<?> objectClass)
public static long calculatePositiveMask(List<String> listenedProperties,
List<String> settableProperties)
public static long calculateNegativeMask(List<String> listenedProperties,
List<String> settableProperties)
public static List<String> getSettableProperties(InternalWorkingMemory workingMemory,
ObjectTypeNode objectTypeNode)
public static List<String> getSettableProperties(InternalRuleBase ruleBase,
ObjectTypeNode objectTypeNode)
public static List<String> getSettableProperties(InternalRuleBase ruleBase,
Class<?> nodeClass)
public static Class<?> getNodeClass(ObjectTypeNode objectTypeNode)
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||