Uses of Enum Class
com.targomo.client.api.enums.MultiGraphDomainType
Packages that use MultiGraphDomainType
-
Uses of MultiGraphDomainType in com.targomo.client.api.enums
Methods in com.targomo.client.api.enums that return MultiGraphDomainTypeModifier and TypeMethodDescriptionstatic MultiGraphDomainTypeMultiGraphDomainType.fromString(String key) static MultiGraphDomainTypeReturns the enum constant of this class with the specified name.static MultiGraphDomainType[]MultiGraphDomainType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.targomo.client.api.enums that return types with arguments of type MultiGraphDomainType -
Uses of MultiGraphDomainType in com.targomo.client.api.pojo
Methods in com.targomo.client.api.pojo that return MultiGraphDomainTypeConstructors in com.targomo.client.api.pojo with parameters of type MultiGraphDomainTypeModifierConstructorDescriptionMultiGraph(long networkID, MultiGraphDomainType domainType) MultiGraph(long networkID, gnu.trove.map.TIntObjectMap<double[]> nodes, Map<String, gnu.trove.map.TIntFloatMap> layers, gnu.trove.map.TIntObjectMap<int[]> edges, gnu.trove.map.TIntObjectMap<double[][]> supportingPoints, MultiGraphDomainType domainType)