Uses of Class
org.apache.uima.cas.impl.CasState
-
Packages that use CasState Package Description org.apache.uima.cas.impl 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 CasState Modifier and Type Field Description private java.util.EnumSet<CasState>
CASImpl.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 CasState Modifier and Type Method Description static CasState
CasState. valueOf(java.lang.String name)
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 CasState Modifier and Type Method Description boolean
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, java.lang.Thread thread)
private boolean
CASImpl.SharedViewData. setCasState(CasState state, java.lang.Thread thread)
-