public class SupportedColumnTypeWrapper extends Object implements Comparable<SupportedColumnTypeWrapper>
| Constructor and Description |
|---|
SupportedColumnTypeWrapper(Class type) |
| Modifier and Type | Method and Description |
|---|---|
static List<SupportedColumnTypeWrapper> |
buildOrderedSupportedTypesList(org.gephi.graph.api.GraphModel graphModel)
Build a list of column type wrappers from GraphStore supported types.
|
int |
compareTo(SupportedColumnTypeWrapper other)
Order for column types by name.
|
boolean |
equals(Object obj) |
Class<?> |
getType() |
int |
hashCode() |
private static boolean |
isIntervalType(Class<?> type) |
private static boolean |
isTimestampType(Class<?> type) |
private static boolean |
isTypeAvailable(Class<?> type,
org.gephi.graph.api.TimeRepresentation timeRepresentation) |
String |
toString() |
private final Class<?> type
public SupportedColumnTypeWrapper(Class type)
public Class<?> getType()
public int compareTo(SupportedColumnTypeWrapper other)
compareTo in interface Comparable<SupportedColumnTypeWrapper>other - public static List<SupportedColumnTypeWrapper> buildOrderedSupportedTypesList(org.gephi.graph.api.GraphModel graphModel)
graphModel - private static boolean isTypeAvailable(Class<?> type, org.gephi.graph.api.TimeRepresentation timeRepresentation)
private static boolean isTimestampType(Class<?> type)
private static boolean isIntervalType(Class<?> type)
Copyright © 2007–2016 Gephi Consortium. All rights reserved.