Uses of Class
org.praxislive.core.types.PMap
Packages that use PMap
Package
Description
-
Uses of PMap in org.praxislive.audio
Constructors in org.praxislive.audio with parameters of type PMap -
Uses of PMap in org.praxislive.base
Methods in org.praxislive.base that return PMap -
Uses of PMap in org.praxislive.code
Methods in org.praxislive.code that return PMapModifier and TypeMethodDescriptionSharedCodeService.Task.getSources()Get the shared code sources.SharedCodeProperty.getValue()Access the current value as a map.Constructors in org.praxislive.code with parameters of type PMapModifierConstructorDescriptionTask(PMap sources, Map<ControlAddress, SharedCodeService.DependentTask<?>> dependents, LogLevel logLevel) Create a Task. -
Uses of PMap in org.praxislive.core
Methods in org.praxislive.core that return PMapModifier and TypeMethodDescriptionArgumentInfo.properties()Access the map of properties.ComponentInfo.properties()Access the map of properties.ControlInfo.properties()Access the map of properties.PortInfo.properties()Access the map of properties.Methods in org.praxislive.core with parameters of type PMapModifier and TypeMethodDescriptionstatic PortInfoPortInfo.create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties) Create a PortInfo.static ControlInfoControlInfo.createActionInfo(PMap properties) Create ControlInfo for an action control.static ControlInfoControlInfo.createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties) Create ControlInfo for a function control.static ControlInfoControlInfo.createPropertyInfo(List<ArgumentInfo> arguments, List<Value> defaults, PMap properties) static ControlInfoControlInfo.createPropertyInfo(ArgumentInfo argument, Value def, PMap properties) Create ControlInfo for a property control.static ControlInfoControlInfo.createReadOnlyPropertyInfo(List<ArgumentInfo> arguments, PMap properties) static ControlInfoControlInfo.createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties) Create ControlInfo for a read-only property control.static ArgumentInfoCreate an ArgumentInfo from the Value class and optional PMap of additional properties. -
Uses of PMap in org.praxislive.core.types
Fields in org.praxislive.core.types declared as PMapMethods in org.praxislive.core.types that return PMapModifier and TypeMethodDescriptionPMap.Builder.build()Build the PMap.PError.dataMap()The error as aPMap.final PMapPMap.MapBasedValue.dataMap()Access the backing PMap data.static PMapPMap.merge(PMap base, PMap additional, BinaryOperator<Value> operator) Create a new PMap by merging the additional map into the base map, according to the result of the provided operator.static PMapCreate a PMap with one mapping.static PMapCreate a PMap with two mappings.static PMapCreate a PMap with three mappings.static PMapPMap.of(String key1, Object value1, String key2, Object value2, String key3, Object value3, String key4, Object value4) Create a PMap with four mappings.static PMapPMap.of(String key1, Object value1, String key2, Object value2, String key3, Object value3, String key4, Object value4, String key5, Object value5) Create a PMap with five mappings.static PMapPMap.ofEntries(PMap.Entry... entries) Create a PMap of the provided mappings.static PMapCreate a PMap from the providedMap.static PMapParse the given text into a PMap.Methods in org.praxislive.core.types that return types with arguments of type PMapModifier and TypeMethodDescriptionCast or convert the provided value into a PMap, wrapped in an Optional.Methods in org.praxislive.core.types with parameters of type PMapModifier and TypeMethodDescriptionstatic PMapPMap.merge(PMap base, PMap additional, BinaryOperator<Value> operator) Create a new PMap by merging the additional map into the base map, according to the result of the provided operator.Constructors in org.praxislive.core.types with parameters of type PMapModifierConstructorDescriptionprotectedMapBasedValue(PMap data) Construct a MapBasedValue using the provided data map. -
Uses of PMap in org.praxislive.hub.net
Methods in org.praxislive.hub.net with parameters of type PMapModifier and TypeMethodDescriptionstatic DefaultProxyInfoParse a DefaultProxyInfo from a provided PMap.static HubConfigurationBuild a hub configuration from the provided map. -
Uses of PMap in org.praxislive.project
Methods in org.praxislive.project with parameters of type PMapModifier and TypeMethodDescriptionstatic GraphModelGraphModel.fromSerializedComponent(String componentID, PMap data) Create a graph model from the serialization data of a single component.static GraphModelGraphModel.fromSerializedRoot(String rootID, PMap data) Create a graph model from the serialization data of a complete root.static GraphModelGraphModel.fromSerializedSubgraph(PMap data) Create a graph model from the serialization data of a container.static GraphModelGraphModel.fromSerializedSubgraph(PMap data, Predicate<String> filter) Create a graph model from the serialization data of a container. -
Uses of PMap in org.praxislive.video
Constructors in org.praxislive.video with parameters of type PMap