public class CostModelCache
extends java.lang.Object
Constructor and Description |
---|
CostModelCache(YSpecificationID specID) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(CostModel model) |
void |
clear() |
DriverMatrix |
getDriverMatrix() |
CostModel |
getModel(java.lang.String modelID) |
java.util.Set<CostModel> |
getModels() |
YSpecificationID |
getSpecID() |
void |
refreshDriverMatrix() |
boolean |
remove(CostModel model) |
void |
setModels(java.util.Set<CostModel> models) |
void |
setSpecID(YSpecificationID specID) |
public CostModelCache(YSpecificationID specID)
public YSpecificationID getSpecID()
public void setSpecID(YSpecificationID specID)
public java.util.Set<CostModel> getModels()
public void setModels(java.util.Set<CostModel> models)
public boolean add(CostModel model)
public boolean remove(CostModel model)
public void clear()
public CostModel getModel(java.lang.String modelID)
public DriverMatrix getDriverMatrix()
public void refreshDriverMatrix()
Copyright © 2004-2014 The YAWL Foundation.