toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.basic
/
BasicContext
/
Builder
Builder
public
final
class
Builder
implements
Context.Builder
<
BT
>
(
source
)
Members
Types
Factory
Link copied to clipboard
public
class
Factory
implements
Context.Builder.Factory
<
BT
>
Functions
add
Link copied to clipboard
public
BasicContext.Builder
add
(
Array
<
Context
>
contexts
)
public
BasicContext.Builder
add
(
Array
<
Property
>
properties
)
public
BasicContext.Builder
add
(
String
key
,
Object
value
)
build
Link copied to clipboard
public
BasicContext
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
BasicContext.Builder
subject
(
Object
subject
)
Sets the subject of this context.