# Interface: com.pnfsoftware.jeb.core.units.code.ICFGOwnerContext

Definition of a context owning or managing a control flow graph. The context may provide additional information \(such as variable names\) not present in a CFG.

## Method: getName
- parameter: `id`, type: `int`
- return type: `java.lang.String`

Description: Get a variable name by id.
parameter: id: variable id
return: variable name, or null

## Method: getSame
- parameter: `id`, type: `int`
- return type: `java.util.Set<java.lang.Integer>`

Description: Get the copies of a variable having the provided id.
parameter: id: a variable id \(original or copy\)
return: a set of all variables that represent the "same" provided variable

