| Package | Description |
|---|---|
| org.drools.core.common | |
| org.drools.core.factmodel.traits |
| Modifier and Type | Field and Description |
|---|---|
protected TraitTypeEnum |
DefaultFactHandle.traitType |
| Modifier and Type | Method and Description |
|---|---|
protected TraitTypeEnum |
DefaultFactHandle.determineTraitType(Object object,
boolean isTraitOrTraitable) |
TraitTypeEnum |
QueryElementFactHandle.getTraitType() |
TraitTypeEnum |
InternalFactHandle.getTraitType() |
TraitTypeEnum |
InternalFactHandle.DummyFactHandle.getTraitType() |
TraitTypeEnum |
DisconnectedFactHandle.getTraitType() |
TraitTypeEnum |
DefaultFactHandle.getTraitType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFactHandle.setTraitType(TraitTypeEnum traitType) |
| Constructor and Description |
|---|
DefaultFactHandle(long id,
int identityHashCode,
Object object,
long recency,
EntryPointId entryPointId,
TraitTypeEnum traitType) |
EventFactHandle(long id,
int identityHashCode,
Object object,
long recency,
long timestamp,
long duration,
EntryPointId entryPointId,
TraitTypeEnum traitType) |
| Modifier and Type | Method and Description |
|---|---|
static TraitTypeEnum |
TraitTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraitTypeEnum[] |
TraitTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.