streamit.misc
Class AssertedClass
java.lang.Object
streamit.misc.AssertedClass
- Direct Known Subclasses:
- LatencyGraph, Misc, P2PPortal, PrintGraph, PrintProgram, Restriction, SchedObject, SchedRepSchedule, Schedule, Schedule, ScheduleOptimizer, Scheduler
public class AssertedClass
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertedClass
public AssertedClass()
ASSERT
public static void ASSERT(Object object,
boolean condition)
ASSERT
public static void ASSERT(Object object,
boolean condition,
String message)
ASSERT
public void ASSERT(boolean condition)
ASSERT
public void ASSERT(boolean condition,
String message)
ASSERT
public void ASSERT(char cond)
ASSERT
public void ASSERT(short cond)
ASSERT
public void ASSERT(int cond)
ASSERT
public void ASSERT(long cond)
ASSERT
public void ASSERT(float cond)
ASSERT
public void ASSERT(double cond)
ASSERT
public void ASSERT(Object cond)
ERROR
public void ERROR(String error)
ERROR
public void ERROR(RuntimeException e)
ERROR
public void ERROR(Throwable e)
SASSERT
public static void SASSERT(boolean condition)
SASSERT
public static void SASSERT(char cond)
SASSERT
public static void SASSERT(short cond)
SASSERT
public static void SASSERT(int cond)
SASSERT
public static void SASSERT(long cond)
SASSERT
public static void SASSERT(float cond)
SASSERT
public static void SASSERT(double cond)
SASSERT
public static void SASSERT(Object cond)
SERROR
public static void SERROR(RuntimeException e)
SERROR
public static void SERROR(Throwable e)
SERROR
public static void SERROR(String error)