$darkmode
DENOPTIM
denoptim.graph.SymmetricSet< T > Class Template Reference

Class representing a list of references pointing to instances that are related by some conventional criterion that is referred to as "symmetry relation". More...

Inheritance diagram for denoptim.graph.SymmetricSet< T >:
[legend]
Collaboration diagram for denoptim.graph.SymmetricSet< T >:
[legend]

Public Member Functions

boolean add (T item)
 Adds an item to this list, if not already present. More...
 

Static Private Attributes

static final long serialVersionUID = 4L
 Version ID. More...
 

Detailed Description

Class representing a list of references pointing to instances that are related by some conventional criterion that is referred to as "symmetry relation".

Note that the actual criterion that defined a "symmetry" relation is not defined here. So, this list does not know what is the criterion that puts its entries in relation with each other. Moreover, the list does not know what the entries are.

Author
Marco Foscato

Definition at line 39 of file SymmetricSet.java.

Member Function Documentation

◆ add()

boolean denoptim.graph.SymmetricSet< T >.add ( item)

Member Data Documentation

◆ serialVersionUID

final long denoptim.graph.SymmetricSet< T >.serialVersionUID = 4L
staticprivate

Version ID.

Definition at line 45 of file SymmetricSet.java.


The documentation for this class was generated from the following file: