Uses of Class
org.praxislive.core.types.PMap
-
Packages that use PMap Package Description org.praxislive.audio org.praxislive.code org.praxislive.core org.praxislive.core.types org.praxislive.hub.net org.praxislive.video -
-
Uses of PMap in org.praxislive.audio
Constructors in org.praxislive.audio with parameters of type PMap Constructor Description Input(PMap properties)Output(PMap properties) -
Uses of PMap in org.praxislive.code
Methods in org.praxislive.code that return PMap Modifier and Type Method Description PMapSharedCodeService.Task. getSources()Get the shared code sources.Constructors in org.praxislive.code with parameters of type PMap Constructor Description Task(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 PMap Modifier and Type Method Description PMapArgumentInfo. properties()PMapComponentInfo. properties()PMapControlInfo. properties()PMapPortInfo. properties()Methods in org.praxislive.core with parameters of type PMap Modifier and Type Method Description static PortInfoPortInfo. create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties)static ControlInfoControlInfo. createActionInfo(PMap properties)static ControlInfoControlInfo. createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties)static ControlInfoControlInfo. createPropertyInfo(List<ArgumentInfo> arguments, List<Value> defaults, PMap properties)static ControlInfoControlInfo. createPropertyInfo(ArgumentInfo argument, Value def, PMap properties)static ControlInfoControlInfo. createReadOnlyPropertyInfo(List<ArgumentInfo> arguments, PMap properties)static ControlInfoControlInfo. createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties)static ArgumentInfoArgumentInfo. of(Class<? extends Value> argClass, PMap properties)Create 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 PMap Modifier and Type Field Description static PMapPMap. EMPTYAn empty PMap.Methods in org.praxislive.core.types that return PMap Modifier and Type Method Description PMapPMap.Builder. build()Build the PMap.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 PMapPMap. of(String key, Object value)Create a PMap with one mapping.static PMapPMap. of(String key1, Object value1, String key2, Object value2)Create a PMap with two mappings.static PMapPMap. of(String key1, Object value1, String key2, Object value2, String key3, Object value3)Create 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. parse(String text)Parse the given text into a PMap.Methods in org.praxislive.core.types that return types with arguments of type PMap Modifier and Type Method Description static Optional<PMap>PMap. from(Value value)Cast or convert the provided value into a PMap, wrapped in an Optional.Methods in org.praxislive.core.types with parameters of type PMap Modifier and Type Method Description 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. -
Uses of PMap in org.praxislive.hub.net
Methods in org.praxislive.hub.net with parameters of type PMap Modifier and Type Method Description static DefaultProxyInfoDefaultProxyInfo. fromMap(PMap conf)Parse a DefaultProxyInfo from a provided PMap.static HubConfigurationHubConfiguration. fromMap(PMap configuration) -
Uses of PMap in org.praxislive.video
Constructors in org.praxislive.video with parameters of type PMap Constructor Description Input(PMap properties)Output(PMap properties)
-