Host

data class Host(name: String) : Name, Comparable<Host>

A participant in the distributed computation.

A host is a location that can run (one or more) processes; it has inputs and outputs.

Constructors

Host
Link copied to clipboard
fun Host(name: String)

Functions

compareTo
Link copied to clipboard
open operator override fun compareTo(other: Host): Int
toDocument
Link copied to clipboard
open override fun toDocument(): Document

Returns the pretty text representation of this object.

Properties

name
Link copied to clipboard
open override val name: String

The given name.

nameCategory
Link copied to clipboard
open override val nameCategory: String

Class of things this object names.