Class MultiBorder

  • All Implemented Interfaces:
    Assignment

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

      Fields 
      Modifier and Type Field Description
      Border[] cs
      Cluster numbers
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Core getCore()
      Get the core this is assigned to.
      java.lang.String toString()  
      Assignment update​(Border border)
      Add a new border to the existing borders.
      • Methods inherited from class java.lang.Object

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

      • cs

        public Border[] cs
        Cluster numbers
    • Constructor Detail

      • MultiBorder

        public MultiBorder​(Border i,
                           Border j)
        Constructor.
        Parameters:
        i - First cluster border
        j - Second cluster border
    • Method Detail

      • update

        public Assignment update​(Border border)
        Add a new border to the existing borders.
        Parameters:
        border - New border.
      • getCore

        public Core getCore()
        Get the core this is assigned to.
        Returns:
        Core
      • toString

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