Uses of Class
org.praxislive.core.PortAddress
-
Packages that use PortAddress Package Description org.praxislive.core -
-
Uses of PortAddress in org.praxislive.core
Methods in org.praxislive.core that return PortAddress Modifier and Type Method Description static PortAddress
PortAddress. of(String address)
static PortAddress
PortAddress. of(ComponentAddress component, String id)
static PortAddress
PortAddress. parse(String address)
PortAddress
ComponentAddress. port(String id)
Get aPortAddress
for a port on this component.Methods in org.praxislive.core that return types with arguments of type PortAddress Modifier and Type Method Description static Optional<PortAddress>
PortAddress. from(Value arg)
-