Archeometer.Schema.XRef (Archeometer v0.5.0)
Represents an cross reference between modules. It contains the relevant schema data that will be used in the project analysis.
The schema has the following fields:
type
is the corresponding to the cross reference. The full list of events is documented on theCode
module.line
is the line number in the file where the reference was detected.caller
is a reference toArcheometer.Schema.Module
. The module were the referece took place.callee
is a reference toArcheometer.Schema.Module
. The module being referenced.