Package org.apache.uima.resource.impl
Class Session_impl
- java.lang.Object
-
- org.apache.uima.resource.impl.Session_impl
-
- All Implemented Interfaces:
Serializable
,Session
public class Session_impl extends Object implements Session
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Session_impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(String aKey)
Gets an object from the Sessionvoid
put(String aKey, Object aValue)
Stores an object in the Session
-