public static class Preprocessor.GraphModifyTarget extends Object
equals(Object) and have the same hashCode().| Modifier and Type | Field and Description |
|---|---|
long |
targetId |
Preprocessor.TargetType |
targetType |
| Constructor and Description |
|---|
Preprocessor.GraphModifyTarget(Preprocessor.TargetType targetType,
long targetId)
Construct a target type-ID tuple.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static List<Preprocessor.GraphModifyTarget> |
filterByType(Collection<Preprocessor.GraphModifyTarget> targets,
Preprocessor.TargetType targetType)
Return only the targets of the given type.
|
int |
hashCode() |
String |
toString() |
public final Preprocessor.TargetType targetType
public final long targetId
public Preprocessor.GraphModifyTarget(Preprocessor.TargetType targetType, long targetId)
targetType - the target typetargetId - the target IDpublic static List<Preprocessor.GraphModifyTarget> filterByType(Collection<Preprocessor.GraphModifyTarget> targets, Preprocessor.TargetType targetType)
targets - some targetstargetType - the desired type of target
Version: 5.1.0-ice35-b40
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.