Class MomentImpl

java.lang.Object
net.sourceforge.plantuml.project.core.MomentImpl
All Implemented Interfaces:
Moment

public class MomentImpl extends java.lang.Object implements Moment
  • Constructor Summary

    Constructors
    Constructor
    Description
    MomentImpl(Day start, Day end)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MomentImpl

      public MomentImpl(Day start, Day end)
  • Method Details