Class Machine.ToShortMachineFormat

  • All Implemented Interfaces:
    java.util.function.Function<Machine,​Machine>
    Enclosing class:
    Machine

    public static class Machine.ToShortMachineFormat
    extends java.lang.Object
    implements java.util.function.Function<Machine,​Machine>
    A Function that, for a given Machine, returns a clone of the Machine that excludes the meta data field of the original Machine.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Machine apply​(Machine machine)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ToShortMachineFormat

        public ToShortMachineFormat()