public static class PathPack.OutPathPack extends PathPack<Connector.OutConnector>
| Modifier and Type | Class and Description |
|---|---|
static class |
PathPack.OutPathPack.Output |
PathPack.InPathPack, PathPack.OutPathPack, PathPack.PathPackType| Modifier and Type | Method and Description |
|---|---|
Connector.OutConnector |
addNewConnector(PathPack.OutPathPack.Output type) |
void |
Lock(boolean _lock) |
boolean |
outputAll(java.util.ArrayList<Packet> ar) |
boolean |
outputAllSimple(Packet packet) |
void |
reset() |
boolean |
send_reset() |
protected PathPack.OutPathPack |
setOutType(PathPack.OutPathPack.Output type) |
void |
waitOutput(java.util.ArrayList<Packet> rtn) |
void |
waitOutputAll(Packet rtn) |
addPath, addPathClass, detachAll, getPathClasses, getPathMainClass, getPathType, hasPath, removePath, removePathClass, setPtypeadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSizecontainsAll, removeAll, retainAll, toStringpublic void reset()
protected PathPack.OutPathPack setOutType(PathPack.OutPathPack.Output type)
public Connector.OutConnector addNewConnector(PathPack.OutPathPack.Output type)
public boolean send_reset()
public void Lock(boolean _lock)
public boolean outputAllSimple(Packet packet) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic boolean outputAll(java.util.ArrayList<Packet> ar) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void waitOutput(java.util.ArrayList<Packet> rtn) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void waitOutputAll(Packet rtn) throws java.lang.InterruptedException
java.lang.InterruptedException