Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.factmodel.traits |
Modifier and Type | Method and Description |
---|---|
TraitTypeEnum |
DefaultFactHandle.getTraitType() |
TraitTypeEnum |
DisconnectedFactHandle.getTraitType() |
TraitTypeEnum |
InternalFactHandle.getTraitType() |
TraitTypeEnum |
InternalFactHandle.DummyFactHandle.getTraitType() |
TraitTypeEnum |
QueryElementFactHandle.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 |
TraitFactory.determineTraitType(Object object) |
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–2020 JBoss by Red Hat. All rights reserved.