Uses of Enum
org.apache.uima.cas.impl.CasState
Packages that use CasState
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of CasState in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl with type parameters of type CasStateModifier and TypeFieldDescriptionCASImpl.SharedViewData.casState
C A S S T A T E management * Cas state is implemented in a way to allow the Java to efficiently * access the state test without synchronization or "voliatile" memory accessing, * while at the same time, allowing for an occasional cross-thread memory invalidation * when the state is changed.Methods in org.apache.uima.cas.impl that return CasStateModifier and TypeMethodDescriptionstatic CasState
Returns the enum constant of this type with the specified name.static CasState[]
CasState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.cas.impl with parameters of type CasStateModifier and TypeMethodDescriptionboolean
CASImpl.clearCasState
(CasState state) private boolean
CASImpl.SharedViewData.clearCasState
(CasState state) boolean
CASImpl.containsCasState
(CasState state) boolean
CASImpl.setCasState
(CasState state) boolean
CASImpl.setCasState
(CasState state, Thread thread) private boolean
CASImpl.SharedViewData.setCasState
(CasState state, Thread thread)