setContext

format

void setContext(EveContext eveContext)

description

Sets the context of the analysis. If you are using only one database, you likely do not need to use this method. However, if you are using more than one database, you need to use an EveContext object to enable the system to find the MediaObject you wish to analyze.

 

For more information on EveContext, see the EveContext section.

parameters

eveContext - the context of the object to be analyzed

returns

nothing (void)

throws

The setContext() method does not throw any exceptions.