$darkmode
DENOPTIM
|
Class representing a list of references pointing to instances that are related by some conventional criterion that is referred to as "symmetry relation". More...
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... | |
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.
Definition at line 39 of file SymmetricSet.java.
boolean denoptim.graph.SymmetricSet< T >.add | ( | T | item | ) |
Adds an item to this list, if not already present.
item | the item to add. |
Collection#add(Object)
Definition at line 55 of file SymmetricSet.java.
Referenced by denoptim.graph.DGraph.appendGraphOnAP(), denoptim.combinatorial.GraphBuildingTask.call(), denoptim.graph.DGraph.clone(), denoptim.graph.EmptyVertex.clone(), denoptim.graph.Fragment.clone(), denoptim.graph.DGraph.convertSymmetricLabelsToSymmetricSets(), denoptim.graph.DGraph.DENOPTIMGraphDeserializer.deserialize(), denoptim.ga.GraphOperations.extendGraph(), denoptim.graph.DGraph.findSymmetrySetsOfChildVertexes(), denoptim.utils.GraphConversionTool.getGraphFromString(), denoptim.graph.Template.getSymmetricAPSets(), denoptim.graph.Fragment.identifySymmetryRelatedAPSets(), denoptim.graph.DGraph.insertVertex(), denoptim.graph.FragmentTest.makeFragment(), denoptim.graph.DGraph.removeSingleVertexAndWeld(), denoptim.graph.DGraphTest.testClone(), denoptim.graph.DGraphTest.testFromToJSON(), denoptim.graph.VertexTest.testFromToJSON_withSymmetricAPs(), denoptim.graph.DGraphTest.testRemoveVertex(), denoptim.graph.DGraphTest.testReplaceVertex(), denoptim.graph.DGraphTest.testSameAs_DiffSymmSet(), denoptim.graph.DGraphTest.testSameAs_SameSymmSet(), and denoptim.io.DenoptimIOTest.testSerializeDeserializeDENOPTIMGraphs().
|
staticprivate |
Version ID.
Definition at line 45 of file SymmetricSet.java.