Package it.unibo.alchemist.model
Interface NodeProperty
-
- All Implemented Interfaces:
-
java.io.Serializable
public interface NodeProperty<T extends Object> implements Serializable
Represents a node's capability.
-
-
Method Summary
Modifier and Type Method Description abstract NodeProperty<T>
cloneOnNewNode(Node<T> node)
Clones this property to be added on a new node. abstract Node<T>
getNode()
The node to which the capability is added. -
-
Method Detail
-
cloneOnNewNode
abstract NodeProperty<T> cloneOnNewNode(Node<T> node)
Clones this property to be added on a new node.
-
-
-
-