- java.lang.Object
-
- swim.runtime.CellAddress
-
- swim.runtime.EdgeAddress
-
- All Implemented Interfaces:
Debug
public final class EdgeAddress extends CellAddress implements Debug
-
-
Constructor Summary
Constructors Constructor Description EdgeAddress(String edgeName)
-
Method Summary
Modifier and Type Method Description voiddebug(Output<?> output)Writes a developer readable, debug-formatted string representation of this object tooutput.StringedgeName()EdgeAddressedgeName(String edgeName)booleanequals(Object other)static EdgeAddressfrom(String edgeName)inthashCode()MeshAddressmeshUri(String meshUri)MeshAddressmeshUri(Uri meshUri)StringtoString()
-
-
-
Constructor Detail
-
EdgeAddress
public EdgeAddress(String edgeName)
-
-
Method Detail
-
from
public static EdgeAddress from(String edgeName)
-
edgeName
public String edgeName()
-
edgeName
public EdgeAddress edgeName(String edgeName)
-
meshUri
public MeshAddress meshUri(Uri meshUri)
-
meshUri
public MeshAddress meshUri(String meshUri)
-
debug
public void debug(Output<?> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-