utils
0.20.9
common
utils
/
it.unibo.tuprolog.utils
/
Taggable
Taggable
common
interface
Taggable
<
Self
:
Taggable
<
Self
>
>
Content copied to clipboard
Functions
Properties
Functions
contains
Tag
Link copied to clipboard
common
open
fun
containsTag
(
name
:
String
)
:
Boolean
Content copied to clipboard
get
Tag
Link copied to clipboard
common
open
fun
<
T
:
Any
>
getTag
(
name
:
String
)
:
T
?
Content copied to clipboard
replace
Tags
Link copied to clipboard
common
abstract
fun
replaceTags
(
tags
:
Map
<
String
,
Any
>
)
:
Self
Content copied to clipboard
Properties
tags
Link copied to clipboard
common
abstract
val
tags
:
Map
<
String
,
Any
>
Content copied to clipboard