public class NodeAttributes extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
NodeAttributes.Methods |
| Constructor and Description |
|---|
NodeAttributes() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Double> |
getEdgeAngles(Node<?> node) |
static Map<String,Set<Double>> |
getEdgeAnglesByType(Node<?> node) |
static <T> Set<Double> |
getEdgeAnglesByType(Node<T> node,
String typePath) |
static Set<RecordDefinition> |
getEdgeRecordDefinitions(Node<? extends Object> node) |
static <T> Map<LineString,Map<String,Set<Edge<T>>>> |
getEdgesByLineAndTypeName(Node<T> node)
Get the map of edge angles, which contains a map of type names to the list
of edges with that angle and type name.
|
static <T> Map<String,List<Edge<T>>> |
getEdgesByType(Node<T> node) |
static <T> List<Edge<T>> |
getEdgesByType(Node<T> node,
String typePath) |
static <T> Map<String,Map<LineString,Set<Edge<T>>>> |
getEdgesByTypeNameAndLine(Node<T> node) |
static Set<String> |
getEdgeTypeNames(Node<? extends Object> node) |
public static <T> Set<Double> getEdgeAnglesByType(Node<T> node, String typePath)
public static Set<RecordDefinition> getEdgeRecordDefinitions(Node<? extends Object> node)
public static <T> Map<LineString,Map<String,Set<Edge<T>>>> getEdgesByLineAndTypeName(Node<T> node)
T - node - The node.public static <T> Map<String,Map<LineString,Set<Edge<T>>>> getEdgesByTypeNameAndLine(Node<T> node)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.