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.casStateC 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 CasStateReturns 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 TypeMethodDescriptionbooleanCASImpl.clearCasState(CasState state) private booleanCASImpl.SharedViewData.clearCasState(CasState state) booleanCASImpl.containsCasState(CasState state) booleanCASImpl.setCasState(CasState state) booleanCASImpl.setCasState(CasState state, Thread thread) private booleanCASImpl.SharedViewData.setCasState(CasState state, Thread thread)