Interface DependencyGraphTransformationContext
public interface DependencyGraphTransformationContext
A context used during dependency collection to exchange information within a chain of dependency graph transformers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets a keyed value from the context.Gets the repository system session during which the graph transformation happens.Puts a keyed value into the context.
-
Method Details
-
getSession
Gets the repository system session during which the graph transformation happens.- Returns:
- The repository system session, never
null.
-
get
-
put
-