Class CAPInstance
java.lang.Object
es.urjc.etsii.grafo.io.Instance
es.urjc.etsii.grafo.flayouts.model.CAPInstance
- All Implemented Interfaces:
Comparable<Instance>
-
Field Summary
FieldsFields inherited from class es.urjc.etsii.grafo.io.Instance
LOAD_TIME_NANOS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Sort order will determine in which order the instances will be solved Sort defaults to instance nameMethods inherited from class es.urjc.etsii.grafo.io.Instance
customProperties, equals, getId, getPath, getProperty, getPropertyOrDefault, getUniquePropertiesKeys, hashCode, resetProperties, setPath, setProperty, toString
-
Field Details
-
nN
public int nN -
nM
public int nM -
L
public int[] L -
W
public int[][] W -
comparator
-
-
Constructor Details
-
CAPInstance
-
-
Method Details