Class Biomolecule
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Dependency
,it.unibo.alchemist.model.Molecule
,java.io.Serializable
public class Biomolecule extends SimpleMolecule
-
-
Field Summary
Fields Modifier and Type Field Description public final static Dependency
EVERYTHING
public final static Dependency
EVERY_MOLECULE
public final static Dependency
MOVEMENT
-
Constructor Summary
Constructors Constructor Description Biomolecule(CharSequence name)
Create a new biomolecule.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.molecules.SimpleMolecule
equals, getName, hashCode, toString
-
Methods inherited from class it.unibo.alchemist.model.Dependency
dependsOn, makesDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Biomolecule
Biomolecule(CharSequence name)
Create a new biomolecule.- Parameters:
name
- the molecule name
-
-
-
-