XGMMLgraph {SMRUCC.genomics.Visualize.Cytoscape.CytoscapeGraphView.XGMML.File} | .NET clr documentation |
The Cytoscape software XML format network visualization model.(Cytoscape软件的网络XML模型文件)
请注意,由于在Cytoscape之中,每一个Xml元素都是小写字母的,所以在这个类之中的所有的Xml序列化的标记都不可以再更改大小写了
# 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;
}
attributes
: GraphAttributeedges
: XGMMLedgegraphics
: GraphicsnetworkMetadata
: NetworkMetadatanodes
: XGMMLnodeSize
: Size