alchemist
alchemist
/
it.unibo.alchemist.expressions.interfaces
Package it.
unibo.
alchemist.
expressions.
interfaces
Types
Types
IExpression
Link copied to clipboard
interface
IExpression
:
Serializable
,
Cloneable
Content copied to clipboard
ITree
Link copied to clipboard
interface
ITree
:
Serializable
Content copied to clipboard
Represents a Tree of Objects(Node) of generic type T.
ITree
Node
Link copied to clipboard
interface
ITreeNode
<
T
>
:
Serializable
Content copied to clipboard
Represents an interface for node of the Tree class.