//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.1378
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
using System.Xml.Serialization;
//
// This source code was auto-generated by xsd, Version=2.0.50727.42.
//
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
[System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
public partial class JarAnalyzer {
private Jar[] jarsField;
///
[System.Xml.Serialization.XmlArrayItemAttribute("Jar", IsNullable=false)]
public Jar[] Jars {
get {
return this.jarsField;
}
set {
this.jarsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class Jar {
private Summary summaryField;
private string[] textField;
private string nameField;
///
public Summary Summary {
get {
return this.summaryField;
}
set {
this.summaryField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string[] Text {
get {
return this.textField;
}
set {
this.textField = value;
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class Summary {
private Statistics statisticsField;
private Metrics metricsField;
private string[] packagesField;
private OutgoingDependencies outgoingDependenciesField;
private IncomingDependencies incomingDependenciesField;
private Cycles cyclesField;
private UnresolvedDependencies unresolvedDependenciesField;
///
public Statistics Statistics {
get {
return this.statisticsField;
}
set {
this.statisticsField = value;
}
}
///
public Metrics Metrics {
get {
return this.metricsField;
}
set {
this.metricsField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Package", IsNullable=false)]
public string[] Packages {
get {
return this.packagesField;
}
set {
this.packagesField = value;
}
}
///
public OutgoingDependencies OutgoingDependencies {
get {
return this.outgoingDependenciesField;
}
set {
this.outgoingDependenciesField = value;
}
}
///
public IncomingDependencies IncomingDependencies {
get {
return this.incomingDependenciesField;
}
set {
this.incomingDependenciesField = value;
}
}
///
public Cycles Cycles {
get {
return this.cyclesField;
}
set {
this.cyclesField = value;
}
}
///
public UnresolvedDependencies UnresolvedDependencies {
get {
return this.unresolvedDependenciesField;
}
set {
this.unresolvedDependenciesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class Statistics {
private short classCountField;
private short abstractClassCountField;
private sbyte packageCountField;
///
public short ClassCount {
get {
return this.classCountField;
}
set {
this.classCountField = value;
}
}
///
public short AbstractClassCount {
get {
return this.abstractClassCountField;
}
set {
this.abstractClassCountField = value;
}
}
///
public sbyte PackageCount {
get {
return this.packageCountField;
}
set {
this.packageCountField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class Metrics {
private decimal abstractnessField;
private sbyte efferentField;
private sbyte afferentField;
private decimal instabilityField;
private decimal distanceField;
///
public decimal Abstractness {
get {
return this.abstractnessField;
}
set {
this.abstractnessField = value;
}
}
///
public sbyte Efferent {
get {
return this.efferentField;
}
set {
this.efferentField = value;
}
}
///
public sbyte Afferent {
get {
return this.afferentField;
}
set {
this.afferentField = value;
}
}
///
public decimal Instability {
get {
return this.instabilityField;
}
set {
this.instabilityField = value;
}
}
///
public decimal Distance {
get {
return this.distanceField;
}
set {
this.distanceField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class OutgoingDependencies {
private Jar[] jarField;
private string[] textField;
///
[System.Xml.Serialization.XmlElementAttribute("Jar")]
public Jar[] Jar {
get {
return this.jarField;
}
set {
this.jarField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string[] Text {
get {
return this.textField;
}
set {
this.textField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class IncomingDependencies {
private Jar[] jarField;
private string[] textField;
///
[System.Xml.Serialization.XmlElementAttribute("Jar")]
public Jar[] Jar {
get {
return this.jarField;
}
set {
this.jarField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string[] Text {
get {
return this.textField;
}
set {
this.textField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class Cycles {
private string[] cycleField;
private string[] textField;
///
[System.Xml.Serialization.XmlElementAttribute("Cycle")]
public string[] Cycle {
get {
return this.cycleField;
}
set {
this.cycleField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string[] Text {
get {
return this.textField;
}
set {
this.textField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class UnresolvedDependencies {
private string[] packageField;
private string[] textField;
///
[System.Xml.Serialization.XmlElementAttribute("Package")]
public string[] Package {
get {
return this.packageField;
}
set {
this.packageField = value;
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string[] Text {
get {
return this.textField;
}
set {
this.textField = value;
}
}
}