toggle menu
codyze
jvm
switch theme
search in API
coko-core
/
de.fraunhofer.aisec.codyze.specificationLanguages.coko.core.modelling
/
ParameterGroup
Parameter
Group
class
ParameterGroup
(
source
)
Represents a group of parameters that all belong to the same index
Members
Constructors
Parameter
Group
Link copied to clipboard
constructor
(
)
Properties
parameters
Link copied to clipboard
val
parameters
:
MutableSet
<
Parameter
>
Functions
add
Link copied to clipboard
fun
add
(
parameter
:
Parameter
)
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
unary
Minus
Link copied to clipboard
operator
fun
Parameter
.
unaryMinus
(
)