-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Node,java.io.Serializable,kotlin.Comparable,kotlin.collections.Iterable,kotlin.collections.MutableIterable
public interface NodeWithShape<T extends Object, S extends Vector<S>, A extends GeometricTransformation<S>> implements Node<T>
A node with a shape.
-
-
Method Summary
Modifier and Type Method Description abstract GeometricShape<S, A>getShape()The shape of the node. -
Methods inherited from class it.unibo.alchemist.model.interfaces.Node
compareTo, iterator -
Methods inherited from class kotlin.collections.MutableIterable
forEach, spliterator -
Methods inherited from class it.unibo.alchemist.model.interfaces.nodes.NodeWithShape
addReaction, cloneNode, contains, getConcentration, getContents, getId, getMoleculeCount, getReactions, removeConcentration, removeReaction, setConcentration -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getShape
abstract GeometricShape<S, A> getShape()
The shape of the node.
-
-
-
-