Package moise.os.ns

Class TimeConstraint

  • All Implemented Interfaces:
    java.io.Serializable

    public class TimeConstraint
    extends java.lang.Object
    implements java.io.Serializable
    Represents a TimeContraint (now it is just a String!).
    Author:
    Jomi Fred Hubner
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
      (package private) java.lang.String tc  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeConstraint​(java.lang.String desc)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getTC()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • tc

        java.lang.String tc
    • Constructor Detail

      • TimeConstraint

        public TimeConstraint​(java.lang.String desc)
    • Method Detail

      • getTC

        public java.lang.String getTC()
      • toString

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