CDMA plugin API  3.1.0
CDMA core library
org.gumtree.data.dictionary.impl.Context Class Reference

Inherits IContext.

List of all members.

Public Member Functions

 Context (IDataset dataset)
 Context (IDataset dataset, IContainer caller, IKey key, IPath path)
String getFactoryName ()
IDataset getDataset ()
void setDataset (IDataset dataset)
IContainer getCaller ()
void setCaller (IContainer caller)
IKey getKey ()
void setKey (IKey key)
IPath getPath ()
void setPath (IPath path)
Object[] getParams ()
void setParams (Object[] params)

Constructor & Destructor Documentation

org.gumtree.data.dictionary.impl.Context.Context ( IDataset  dataset,
IContainer  caller,
IKey  key,
IPath  path 
) [inline]

Member Function Documentation

Permits to get the IContainer that instantiated the context.

Permits to get the IDataset we want to work on.

Permits to get the IKey that lead to this instantiation.

Permits to have some parameters that are defined by the instantiating plug-in and that can be useful for the method using this context.

Returns:
array of object

Permits to get the IPath corresponding to the IKey

Permits to set the IContainer that instantiated the context.

Permits to set the IDataset we want to work on.

Permits to set the IKey that lead to this instantiation.

void org.gumtree.data.dictionary.impl.Context.setParams ( Object[]  params) [inline]

Permits to set some parameters that are defined by the instantiating plug-in and that can be useful for the method using this context.

Returns:
array of object
void org.gumtree.data.dictionary.impl.Context.setPath ( IPath  path) [inline]

Permits to set the IPath corresponding to the IKey


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables