com.datastax.graph.GraphVisual Maven / Gradle / Ivy
The newest version!
package com.datastax.graph;
public class GraphVisual {
//属性用【列表】的方式来展示
public final static String PROPERTY_LIST="property-list";
public final static String PROPERTY_TABLE="property-table";
}