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 PMap
SharedCodeService.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 PMap
ArgumentInfo. properties()
PMap
ComponentInfo. properties()
PMap
ControlInfo. properties()
PMap
PortInfo. properties()
Methods in org.praxislive.core with parameters of type PMap Modifier and Type Method Description static PortInfo
PortInfo. create(Class<? extends Port> typeClass, PortInfo.Direction direction, PMap properties)
static ControlInfo
ControlInfo. createActionInfo(PMap properties)
static ControlInfo
ControlInfo. createFunctionInfo(List<ArgumentInfo> inputs, List<ArgumentInfo> outputs, PMap properties)
static ControlInfo
ControlInfo. createPropertyInfo(List<ArgumentInfo> arguments, List<Value> defaults, PMap properties)
static ControlInfo
ControlInfo. createPropertyInfo(ArgumentInfo argument, Value def, PMap properties)
static ControlInfo
ControlInfo. createReadOnlyPropertyInfo(List<ArgumentInfo> arguments, PMap properties)
static ControlInfo
ControlInfo. createReadOnlyPropertyInfo(ArgumentInfo argument, PMap properties)
static ArgumentInfo
ArgumentInfo. 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 PMap
PMap. EMPTY
An empty PMap.Methods in org.praxislive.core.types that return PMap Modifier and Type Method Description PMap
PMap.Builder. build()
Build the PMap.static PMap
PMap. 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 PMap
PMap. of(String key, Object value)
Create a PMap with one mapping.static PMap
PMap. of(String key1, Object value1, String key2, Object value2)
Create a PMap with two mappings.static PMap
PMap. of(String key1, Object value1, String key2, Object value2, String key3, Object value3)
Create a PMap with three mappings.static PMap
PMap. of(String key1, Object value1, String key2, Object value2, String key3, Object value3, String key4, Object value4)
Create a PMap with four mappings.static PMap
PMap. 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 PMap
PMap. 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 PMap
PMap. 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 DefaultProxyInfo
DefaultProxyInfo. fromMap(PMap conf)
Parse a DefaultProxyInfo from a provided PMap.static HubConfiguration
HubConfiguration. 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)
-