|
CDMA plugin API
3.1.0
CDMA core library
|
Inherits IContext.
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) |
| org.gumtree.data.dictionary.impl.Context.Context | ( | IDataset | dataset | ) | [inline] |
| org.gumtree.data.dictionary.impl.Context.Context | ( | IDataset | dataset, |
| IContainer | caller, | ||
| IKey | key, | ||
| IPath | path | ||
| ) | [inline] |
Permits to get the IContainer that instantiated the context.
Permits to get the IDataset we want to work on.
| String org.gumtree.data.dictionary.impl.Context.getFactoryName | ( | ) | [inline] |
| IKey org.gumtree.data.dictionary.impl.Context.getKey | ( | ) | [inline] |
Permits to get the IKey that lead to this instantiation.
| Object [] org.gumtree.data.dictionary.impl.Context.getParams | ( | ) | [inline] |
Permits to have some parameters that are defined by the instantiating plug-in and that can be useful for the method using this context.
| IPath org.gumtree.data.dictionary.impl.Context.getPath | ( | ) | [inline] |
Permits to get the IPath corresponding to the IKey
| void org.gumtree.data.dictionary.impl.Context.setCaller | ( | IContainer | caller | ) | [inline] |
Permits to set the IContainer that instantiated the context.
| void org.gumtree.data.dictionary.impl.Context.setDataset | ( | IDataset | dataset | ) | [inline] |
Permits to set the IDataset we want to work on.
| void org.gumtree.data.dictionary.impl.Context.setKey | ( | IKey | key | ) | [inline] |
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.
| void org.gumtree.data.dictionary.impl.Context.setPath | ( | IPath | path | ) | [inline] |
Permits to set the IPath corresponding to the IKey