Interface IConstructor<T>

All Known Implementing Classes:
CubeConstructor, ShapeConstructor, SphereConstructor

public interface IConstructor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    construct(Object... args)
     
     
  • Method Details

    • getName

      String getName()
    • construct

      T construct(Object... args)