toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions
/
Context
/
Builder
Builder
public
interface
Builder
<
BT
extends
Context.Builder
<
BT
>
>
(
source
)
A builder for
contexts
.
Parameters
<BT>
the type of the builder
Inheritors
Builder
Members
Types
Factory
Link copied to clipboard
public
interface
Factory
<
BT
extends
Context.Builder
<
BT
>
>
A factory for
builders
.
Functions
add
Link copied to clipboard
public
abstract
BT
add
(
Array
<
Context
>
context
)
public
abstract
BT
add
(
Array
<
Property
>
property
)
public
abstract
BT
add
(
String
key
,
Object
value
)
build
Link copied to clipboard
public
abstract
Context
build
(
)
Returns a
Context
with the given properties.
property
Link copied to clipboard
@
Deprecated
(
)
public
BT
property
(
String
key
,
Object
value
)
Sets the value for the given key.
subject
Link copied to clipboard
public
abstract
BT
subject
(
Object
subject
)
Sets the subject of this context.