Class ACInstance
java.lang.Object
es.urjc.etsii.grafo.io.Instance
es.urjc.etsii.grafo.autoconfigtests.model.ACInstance
- All Implemented Interfaces:
Comparable<Instance>
-
Field Summary
Fields inherited from class es.urjc.etsii.grafo.io.Instance
LOAD_TIME_NANOS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ACInstance
(String id, int length, double logar) Creates a new instance -
Method Summary
Methods inherited from class es.urjc.etsii.grafo.io.Instance
compareTo, customProperties, equals, getId, getPath, getProperty, getPropertyOrDefault, getUniquePropertiesKeys, hashCode, resetProperties, setPath, setProperty, toString
-
Constructor Details
-
ACInstance
Creates a new instance- Parameters:
id
- instance id or instance namelength
- content length, N
-
-
Method Details
-
length
public int length()
-