Class GSVMCircle
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.gsvm.GSVMCircle
-
- All Implemented Interfaces:
java.io.Serializable
public class GSVMCircle extends java.lang.Object implements java.io.Serializable- Author:
- Fabio Isler
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GSVMLicense[]getLicenses()intgetSize()GSVMWorldgetWorld()
-
-
-
Method Detail
-
getSize
public int getSize()
-
getWorld
public GSVMWorld getWorld()
-
getLicenses
public GSVMLicense[] getLicenses()
-
-