src/horaris/Tempo.java
changeset 12 3932322b7d83
parent 4 f92e04d4bfe5
equal deleted inserted replaced
11:27ba8edb3437 12:3932322b7d83
     4 {
     4 {
     5 	String s;
     5 	String s;
     6 	public int horoj;
     6 	public int horoj;
     7 	public int minutoj;
     7 	public int minutoj;
     8 
     8 
     9 	public Tempo(String _s)
     9 	public Tempo(String _komenco, String _fino, String _komencoloko,
       
    10 			String _finoloko, Vector komentoj)
    10 	{
    11 	{
    11 		fromStr(_s);
    12 		fromStr(_s);
    12 	}
    13 	}
    13 
    14 
    14 	private void fromStr(String _s)
    15 	private void fromStr(String _s)