XGMMLgraph {SMRUCC.genomics.Visualize.Cytoscape.CytoscapeGraphView.XGMML.File} .NET clr documentation

XGMMLgraph

Description

The Cytoscape software XML format network visualization model.(Cytoscape软件的网络XML模型文件)

请注意,由于在Cytoscape之中,每一个Xml元素都是小写字母的,所以在这个类之中的所有的Xml序列化的标记都不可以再更改大小写了

Declare

            
# namespace SMRUCC.genomics.Visualize.Cytoscape.CytoscapeGraphView.XGMML.File
export class XGMMLgraph {
   # the graph attributes
   attributes: GraphAttribute[];
   # The edges between these nodes have the direction from one node to another node?
   #  (这个网络模型文件之中的相互作用的节点之间的边是否是具有方向性的)
   directed: string;
   documentVersion: string;
   edges: XGMMLedge[];
   graphics: Graphics;
   id: string;
   # The brief title information of this cytoscape network model.(这个Cytoscape网络模型文件的摘要标题信息)
   label: string;
   # 在这个属性里面会自动设置Graph对象的属性列表里面的数据
   networkMetadata: NetworkMetadata;
   nodes: XGMMLnode[];
   Size: Size;
}

        

.NET clr type reference tree

  1. use by property member attributes: GraphAttribute
  2. use by property member edges: XGMMLedge
  3. use by property member graphics: Graphics
  4. use by property member networkMetadata: NetworkMetadata
  5. use by property member nodes: XGMMLnode
  6. use by property member Size: Size

[Package {$package} version {$version} Index]