$darkmode
DENOPTIM
denoptim.graph.Template.ContractLevel Enum Reference

Enum specifying to what extent the template's inner graph can be changed. More...

Public Attributes

 FREE
 Inner graphs are free to change within the confines of the required AttachmentPoints. More...
 
 FIXED
 Inner graphs are effectively equivalent to the Fragment class, as no change in the inner structure is allowed. More...
 
 FIXED_STRUCT
 Inner graph keep the same structure, but the identify of vertices can change. More...
 

Detailed Description

Enum specifying to what extent the template's inner graph can be changed.

Definition at line 104 of file Template.java.

Member Data Documentation

◆ FIXED

◆ FIXED_STRUCT

◆ FREE


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