alchemist
alchemist
/
it.unibo.alchemist.model.implementations.molecules
/
Biomolecule
Biomolecule
open
class
Biomolecule
:
SimpleMolecule
Content copied to clipboard
Constructors
Functions
Constructors
Biomolecule
Link copied to clipboard
open
fun
Biomolecule
(
name
:
CharSequence
)
Content copied to clipboard
Create a new biomolecule.
Functions
depends
On
Link copied to clipboard
open
fun
dependsOn
(
dependency
:
Dependency
)
:
Boolean
Content copied to clipboard
equals
Link copied to clipboard
open
fun
equals
(
obj
:
Any
)
:
Boolean
Content copied to clipboard
get
Name
Link copied to clipboard
fun
getName
(
)
:
String
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
makes
Dependent
Link copied to clipboard
open
fun
makesDependent
(
dependency
:
Dependency
)
:
Boolean
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard