Inlet

com.reactific.riddl.language.ast.Definitions.Inlet
case class Inlet(loc: At, id: Identifier, type_: Reference[Type], brief: Option[LiteralString], description: Option[Description]) extends Portlet, LeafDefinition, ProcessorDefinition, AlwaysEmpty

A streamlet that supports input of data of a particular type.

Value parameters

brief

A brief description (one sentence) for use in documentation

description

An optional description of the Inlet

id

The name of the inlet

loc

The location of the Inlet definition

type_

The type of the data that is received from the inlet

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AlwaysEmpty
trait Portlet
trait Definition
trait RiddlValue
trait RiddlNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def format: String

Format the node to a string

Format the node to a string

Attributes

Inherited methods

Attributes

Inherited from:
BrieflyDescribedValue
final def contents: Seq[Definition]

Attributes

Inherited from:
LeafDefinition

Attributes

Inherited from:
DescribedValue

Attributes

Inherited from:
Definition
override def hasDefinitions: Boolean

Attributes

Definition Classes
Inherited from:
Definition

Attributes

Inherited from:
Definition

Attributes

Inherited from:
Definition

Attributes

Inherited from:
Definition

Attributes

Inherited from:
Definition
override def isContainer: Boolean

Determine if this node is a container or not

Determine if this node is a container or not

Attributes

Definition Classes
Inherited from:
Container
override def isDefinition: Boolean

Attributes

Definition Classes
Inherited from:
Definition
final override def isEmpty: Boolean

determine if this node is empty or not.

determine if this node is empty or not. Non-containers are always empty

Attributes

Definition Classes
Inherited from:
AlwaysEmpty

Attributes

Inherited from:
Definition

Attributes

Inherited from:
Container

Attributes

Inherited from:
Definition
final def nonEmpty: Boolean

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Definition

Concrete fields

final val kind: String