Class Core

  • All Implemented Interfaces:
    Assignment

    public class Core
    extends java.lang.Object
    implements Assignment
    Core point assignment.
    Since:
    0.7.5
    Author:
    Erich Schubert
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int num
      Cluster number
    • Constructor Summary

      Constructors 
      Constructor Description
      Core​(int num)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mergeWith​(Core o)
      Merge two cores.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • num

        public int num
        Cluster number
    • Constructor Detail

      • Core

        public Core​(int num)
        Constructor.
        Parameters:
        num - Cluster number
    • Method Detail

      • mergeWith

        public void mergeWith​(Core o)
        Merge two cores.
        Parameters:
        o - Other core
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object