Package it.unibo.alchemist.expressions.interfaces

Types

Link copied to clipboard
interface IExpression : Serializable, Cloneable
Link copied to clipboard
interface ITree : Serializable
Represents a Tree of Objects(Node) of generic type T.
Link copied to clipboard
interface ITreeNode<T> : Serializable
Represents an interface for node of the Tree class.