public class TargetMaps
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static TargetMaps |
get()
Gets the.
|
DistributedMap<java.lang.String,Expression> |
getDistributedMapForTarget(double target)
Gets the distributed map for target.
|
DistributedMap<java.lang.String,Edge> |
getEdgesMapForTarget(double target)
Gets the edges map for target.
|
DistributedMap<java.lang.String,ExpressionVisibleProperties> |
getExpressionVisiblePropertiesMapForTarget(double target)
Gets the expression visible properties map for target.
|
java.util.List<java.lang.Double> |
getTargetsList()
Gets the targets list.
|
public static TargetMaps get()
public DistributedMap<java.lang.String,Expression> getDistributedMapForTarget(double target)
target
- the targetpublic DistributedMap<java.lang.String,Edge> getEdgesMapForTarget(double target)
target
- the targetpublic DistributedMap<java.lang.String,ExpressionVisibleProperties> getExpressionVisiblePropertiesMapForTarget(double target)
target
- the targetpublic java.util.List<java.lang.Double> getTargetsList()