Class SecGraph

All Implemented Interfaces:
GraphContext, GraphManagerContext, IntegratableWrappedGraphObj, Integrateable, Interpretable, InterpretableWrappedGraphObj, Producable, ProducableWrappedGraphObj, Rewritable, WrappedGraph, WrappedGraphObj, ProducingNode, DisposableField, Manageable, Shareable, RegistryContext, Selectable, Graph
Direct Known Subclasses:
ThreadedSecGraph

The SecGraph implementation so WrappedGraph stores and retrieves the content of the DataGraph from xml files (same structure as the project graph). A SecGraph can be used as a Variable, Field or Resource. While as a variable (if its not a field) they are not stored at all, as a Field they are stored using the functionality of the EmbeddedSharedObjects to store them in (objects/ESOsecgraphs). If used as a Resource the saving is managed by hook that calls the save command in SecGraphRef, additionally the resources are reloaded after compilation to make sure the modules of the DataGraph are up to date with the compiled classes. (this can be disabled with setAutoRecreate)