public class GraphContainerUtils extends Object
Constructor and Description |
---|
GraphContainerUtils() |
Modifier and Type | Method and Description |
---|---|
static Collection<Node> |
containerMembers(Graph graph,
Node container) |
static Collection<Node> |
containerMembers(Graph graph,
Node container,
Node containerType) |
static int |
countContainerMember(Graph graph,
Node container,
Node containerType,
Node member) |
static boolean |
isContainer(Graph graph,
Node container,
Node containerType) |
static boolean |
isContainerMember(Graph graph,
Node container,
Node containerType,
Node member) |
public static Collection<Node> containerMembers(Graph graph, Node container)
public static Collection<Node> containerMembers(Graph graph, Node container, Node containerType)
public static boolean isContainerMember(Graph graph, Node container, Node containerType, Node member)
public static int countContainerMember(Graph graph, Node container, Node containerType, Node member)
Licenced under the Apache License, Version 2.0