Class LSVMLicense

  • All Implemented Interfaces:
    java.io.Serializable, org.marketdesignresearch.mechlib.core.Good, SATSGood

    public class LSVMLicense
    extends License
    Author:
    Fabio Isler
    See Also:
    Serialized Form
    • Constructor Detail

      • LSVMLicense

        protected LSVMLicense​(long id,
                              int row,
                              int column,
                              LSVMWorld world)
    • Method Detail

      • getRowPosition

        public int getRowPosition()
      • getColumnPosition

        public int getColumnPosition()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class License
      • refreshFieldBackReferences

        public void refreshFieldBackReferences​(LSVMGrid grid)
        Method is called after deserialization, there is not need to call it on any other occasion.
        See World.refreshFieldBackReferences() for explanations.