パッケージ | 説明 |
---|---|
omero.cmd.graphs |
修飾子とタイプ | フィールドと説明 |
---|---|
Preprocessor.TargetType |
Preprocessor.GraphModifyTarget.targetType |
修飾子とタイプ | フィールドと説明 |
---|---|
static com.google.common.collect.ImmutableMap<java.lang.String,Preprocessor.TargetType> |
Preprocessor.TargetType.byName
lookup from initial-capital name to type, e.g.
|
static com.google.common.collect.ImmutableMap<Preprocessor.TargetType,java.lang.String> |
Preprocessor.TargetType.byType
lookup from type to initial-capital name, e.g.
|
protected ome.services.query.HierarchyNavigatorWrap<Preprocessor.TargetType,Preprocessor.GraphModifyTarget> |
Preprocessor.hierarchyNavigator |
protected static com.google.common.collect.ImmutableList<java.util.Map.Entry<Preprocessor.TargetType,Preprocessor.TargetType>> |
Preprocessor.targetTypeHierarchy
the target type hierarchy, an ordered list descending from higher to lower
|
protected static com.google.common.collect.ImmutableList<java.util.Map.Entry<Preprocessor.TargetType,Preprocessor.TargetType>> |
Preprocessor.targetTypeHierarchy
the target type hierarchy, an ordered list descending from higher to lower
|
修飾子とタイプ | メソッドと説明 |
---|---|
static Preprocessor.TargetType |
Preprocessor.TargetType.valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static Preprocessor.TargetType[] |
Preprocessor.TargetType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
static java.util.List<Preprocessor.GraphModifyTarget> |
Preprocessor.GraphModifyTarget.filterByType(java.util.Collection<Preprocessor.GraphModifyTarget> targets,
Preprocessor.TargetType targetType)
Return only the targets of the given type.
|
コンストラクタと説明 |
---|
Preprocessor.GraphModifyTarget(Preprocessor.TargetType targetType,
long targetId)
Construct a target type-ID tuple.
|
コンストラクタと説明 |
---|
Preprocessor(java.util.List<omero.cmd.Request> requests,
ome.services.query.HierarchyNavigatorWrap<Preprocessor.TargetType,Preprocessor.GraphModifyTarget> hierarchyNavigator) |