Class JointCluster
java.lang.Object
com.dna.jopt.member.unit.filter.auto.JointCluster
-
Constructor Summary
ConstructorDescriptionJointCluster
(double inDistance, double outDistance, long totalProductiveTime, List<ILogicRouteElementDetailItem> items) -
Method Summary
Modifier and TypeMethodDescriptionattachCity
(JointCluster afterCluster) double
double
getIn()
getItems()
double
getOut()
long
double
boolean
isLocked()
toString()
-
Constructor Details
-
JointCluster
public JointCluster(double inDistance, double outDistance, long totalProductiveTime, List<ILogicRouteElementDetailItem> items)
-
-
Method Details
-
isLocked
public boolean isLocked() -
getIn
public double getIn() -
getOut
public double getOut() -
getProductiveTime
public long getProductiveTime() -
getItems
-
getUtilization
public double getUtilization() -
getAverageImportance
public double getAverageImportance() -
attachCity
-
toString
-