org.tm4j.tmnav.env.AbstractionEnviroment .getAbstractionContext()

Description

returns the AbstractionContext that is currently used in this enviroment.

An AbstractionContext is bound to an Abstractor.
When the Abstractor changes the AbstractionContext changes as well.

Returns

the currently used AbstractionContext or null if currently no AbstractionContext is used (what basically means that no AbstractorDesc is set)

Other Resources

Related Topics