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 Objectget(String aKey)Gets an object from the Sessionvoidput(String aKey, Object aValue)Stores an object in the Session
-