Uses of Class
org.spectrumauctions.sats.core.model.lsvm.LSVMGrid
-
Packages that use LSVMGrid Package Description org.spectrumauctions.sats.core.model.lsvm org.spectrumauctions.sats.opt.model.lsvm -
-
Uses of LSVMGrid in org.spectrumauctions.sats.core.model.lsvm
Methods in org.spectrumauctions.sats.core.model.lsvm that return LSVMGrid Modifier and Type Method Description LSVMGridLSVMWorld. getGrid()Methods in org.spectrumauctions.sats.core.model.lsvm with parameters of type LSVMGrid Modifier and Type Method Description voidLSVMLicense. refreshFieldBackReferences(LSVMGrid grid)Method is called after deserialization, there is not need to call it on any other occasion.
SeeWorld.refreshFieldBackReferences()for explanations. -
Uses of LSVMGrid in org.spectrumauctions.sats.opt.model.lsvm
Constructors in org.spectrumauctions.sats.opt.model.lsvm with parameters of type LSVMGrid Constructor Description LSVMGridGraph(LSVMGrid lsvmGrid)
-