public class GraphUtil extends Object
Constructor and Description |
---|
GraphUtil() |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<Long>> |
copyMultimapForResponse(com.google.common.collect.SetMultimap<String,Long> result)
Copy a multimap to a new map.
|
static com.google.common.base.Predicate<Class<? extends IObject>> |
getPredicateFromClasses(Iterable<Class<? extends IObject>> matchTypes)
Construct a predicate to test if an object's class is of any of the given classes.
|
public static Map<String,List<Long>> copyMultimapForResponse(com.google.common.collect.SetMultimap<String,Long> result)
result
- a result from a graph operationStringLongListMap
API bindingpublic static com.google.common.base.Predicate<Class<? extends IObject>> getPredicateFromClasses(Iterable<Class<? extends IObject>> matchTypes)
matchTypes
- model object classes
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.