cz.cuni.amis.pogamut.sposh.elements
Class SolTime

Package class diagram package SolTime
java.lang.Object
  extended by cz.cuni.amis.pogamut.sposh.elements.SolTime

Deprecated.

@Deprecated
public class SolTime
extends Object

It is more or less time and units of time. Used for timeouts of POSH plan.

Author:
Honza

Nested Class Summary
static class SolTime.TimeUnits
          Deprecated. 
 
Constructor Summary
SolTime()
          Deprecated. Create a default time "0 none"
 
Method Summary
 double getCount()
          Deprecated.  
 SolTime.TimeUnits getUnits()
          Deprecated.  
 void setCount(double count)
          Deprecated.  
 void setUnits(SolTime.TimeUnits units)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SolTime

public SolTime()
Deprecated. 
Create a default time "0 none"

Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

getUnits

public SolTime.TimeUnits getUnits()
Deprecated. 
Returns:
the _units

setUnits

public void setUnits(SolTime.TimeUnits units)
Deprecated. 
Parameters:
units - the _units to set

getCount

public double getCount()
Deprecated. 
Returns:
the _count

setCount

public void setCount(double count)
Deprecated. 
Parameters:
count - the _count to set


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.