Class Biomolecule

  • All Implemented Interfaces:
    it.unibo.alchemist.model.Dependency , it.unibo.alchemist.model.Molecule , java.io.Serializable

    
    public class Biomolecule
    extends SimpleMolecule
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Method Detail