Interface DataTypeManagerOwner
- All Known Subinterfaces:
DataTypeArchive, DataTypeManagerDomainObject, Program, Trace, TraceProgramView, TraceVariableSnapProgramView
- All Known Implementing Classes:
DataTypeArchiveDB, DBTrace, DBTraceProgramView, DBTraceVariableSnapProgramView, ProgramDB
public interface DataTypeManagerOwner
-
Method Summary
Modifier and TypeMethodDescriptionGets the associated data type manager.
-
Method Details
-
getDataTypeManager
DataTypeManager getDataTypeManager()Gets the associated data type manager.- Returns:
- the data type manager.
-