utils
/
it.unibo.tuprolog.utils
/
Taggable
common
Taggable
interface
Taggable
<
Self
:
Taggable
<
Self
>>
Content copied to clipboard
Functions
Properties
Functions
containsTag
Link copied to clipboard
common
open fun
containsTag
(name:
String
):
Boolean
Content copied to clipboard
getTag
Link copied to clipboard
common
open fun <
T
:
Any
>
getTag
(name:
String
):
T
?
Content copied to clipboard
replaceTags
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