alchemist
alchemist
/
it.unibo.alchemist.model.interfaces
/
EnvironmentNode
Environment
Node
interface
EnvironmentNode
:
Node
<
Double
>
Content copied to clipboard
Functions
Inheritors
Functions
add
Reaction
Link copied to clipboard
abstract
fun
addReaction
(
p
:
Reaction
<
T
>
)
Content copied to clipboard
clone
Node
Link copied to clipboard
abstract
fun
cloneNode
(
p
:
Time
)
:
Node
<
T
>
Content copied to clipboard
compare
To
Link copied to clipboard
abstract
fun
compareTo
(
p
:
T
)
:
Int
Content copied to clipboard
contains
Link copied to clipboard
abstract
fun
contains
(
p
:
Molecule
)
:
Boolean
Content copied to clipboard
for
Each
Link copied to clipboard
open
fun
forEach
(
action
:
Consumer
<
out
Any
>
)
Content copied to clipboard
get
Concentration
Link copied to clipboard
abstract
fun
getConcentration
(
p
:
Molecule
)
:
T
Content copied to clipboard
get
Contents
Link copied to clipboard
abstract
fun
getContents
(
)
:
Map
<
Molecule
,
T
>
Content copied to clipboard
get
Id
Link copied to clipboard
abstract
fun
getId
(
)
:
Int
Content copied to clipboard
get
Molecule
Count
Link copied to clipboard
abstract
fun
getMoleculeCount
(
)
:
Int
Content copied to clipboard
get
Reactions
Link copied to clipboard
abstract
fun
getReactions
(
)
:
List
<
Reaction
<
T
>
>
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
iterator
Link copied to clipboard
abstract
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
remove
Concentration
Link copied to clipboard
abstract
fun
removeConcentration
(
p
:
Molecule
)
Content copied to clipboard
remove
Reaction
Link copied to clipboard
abstract
fun
removeReaction
(
p
:
Reaction
<
T
>
)
Content copied to clipboard
set
Concentration
Link copied to clipboard
abstract
fun
setConcentration
(
p
:
Molecule
,
p1
:
T
)
Content copied to clipboard
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
T
>
Content copied to clipboard
Inheritors
EnvironmentNodeImpl
Link copied to clipboard