|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstreamit.misc.AssertedClass
streamit.scheduler1.SchedObject
public abstract class SchedObject
| Constructor Summary | |
|---|---|
protected |
SchedObject(Object streamObject)
|
| Method Summary | |
|---|---|
String |
getStreamName()
returns a (hopefully) representative name for this stream. |
Object |
getStreamObject()
returns the original object this SchedObject is associated with |
String |
getUniqueStreamName()
returns a (hopefully) unique name for this stream. |
protected static void |
print(String string,
PrintStream outputStream)
prints a string |
protected static void |
printEdge(String from,
String to,
PrintStream outputStream)
prints an edge for printDot |
| Methods inherited from class streamit.misc.AssertedClass |
|---|
ASSERT, ASSERT, ASSERT, ASSERT, ASSERT, ASSERT, ASSERT, ASSERT, ASSERT, ASSERT, ASSERT, ERROR, ERROR, ERROR, SASSERT, SASSERT, SASSERT, SASSERT, SASSERT, SASSERT, SASSERT, SASSERT, SERROR, SERROR, SERROR |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SchedObject(Object streamObject)
| Method Detail |
|---|
public Object getStreamObject()
public String getUniqueStreamName()
public String getStreamName()
protected static void printEdge(String from,
String to,
PrintStream outputStream)
protected static void print(String string,
PrintStream outputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||