public static class MVELConstraint.UnificationContextEntry extends Object implements org.drools.core.rule.ContextEntry
| Constructor and Description |
|---|
UnificationContextEntry() |
UnificationContextEntry(org.drools.core.rule.ContextEntry contextEntry,
org.drools.core.rule.Declaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
org.drools.core.rule.ContextEntry |
getContextEntry() |
org.drools.core.rule.ContextEntry |
getNext() |
org.drools.core.spi.ReadAccessor |
getReader() |
org.kie.api.runtime.rule.Variable |
getVariable() |
void |
readExternal(ObjectInput in) |
void |
resetFactHandle() |
void |
resetTuple() |
void |
setNext(org.drools.core.rule.ContextEntry entry) |
void |
updateFromFactHandle(org.drools.core.common.InternalWorkingMemory workingMemory,
org.drools.core.common.InternalFactHandle handle) |
void |
updateFromTuple(org.drools.core.common.InternalWorkingMemory workingMemory,
org.drools.core.spi.Tuple tuple) |
void |
writeExternal(ObjectOutput out) |
public UnificationContextEntry()
public UnificationContextEntry(org.drools.core.rule.ContextEntry contextEntry,
org.drools.core.rule.Declaration declaration)
public org.drools.core.rule.ContextEntry getContextEntry()
public org.drools.core.spi.ReadAccessor getReader()
public org.drools.core.rule.ContextEntry getNext()
getNext in interface org.drools.core.rule.ContextEntrypublic void resetFactHandle()
resetFactHandle in interface org.drools.core.rule.ContextEntrypublic void resetTuple()
resetTuple in interface org.drools.core.rule.ContextEntrypublic void setNext(org.drools.core.rule.ContextEntry entry)
setNext in interface org.drools.core.rule.ContextEntrypublic void updateFromFactHandle(org.drools.core.common.InternalWorkingMemory workingMemory,
org.drools.core.common.InternalFactHandle handle)
updateFromFactHandle in interface org.drools.core.rule.ContextEntrypublic void updateFromTuple(org.drools.core.common.InternalWorkingMemory workingMemory,
org.drools.core.spi.Tuple tuple)
updateFromTuple in interface org.drools.core.rule.ContextEntrypublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic org.kie.api.runtime.rule.Variable getVariable()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.