JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openimaj.util.function.context
Interface ContextExtractor<T>
Type Parameters:
T
- The type of the data being extracted
All Known Implementing Classes:
KeyContextExtractor
public interface
ContextExtractor
<T>
Given a context, extract an element of type T.
Author:
Sina Samangooei (ss@ecs.soton.ac.uk)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
extract
(
Context
c)
Extract the data from the context
Method Detail
extract
T
extract
(
Context
c)
Extract the data from the context
Parameters:
c
- the context
Returns:
the extracted data of type T from the context
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method