Serialized Form


Package bcds.phison

Class bcds.phison.Path extends java.util.LinkedList<E> implements Serializable

Serialized Fields

g

SimGraph<V,E> g
The SimGraph to which this path is bound. Changing this attribute after instantiation is highly discouraged (this will break).


Package bcds.phison.io

Class bcds.phison.io.BadFormatException extends java.lang.IllegalArgumentException implements Serializable


Package bcds.phison.sim

Class bcds.phison.sim.ConnBlockingException extends EventProcessingException implements Serializable

Serialized Fields

err_code

ConnRequestErrorCode err_code

Class bcds.phison.sim.EventProcessingException extends java.lang.RuntimeException implements Serializable

Class bcds.phison.sim.LimitReachedException extends EventProcessingException implements Serializable


Package bcds.tools

Class bcds.tools.AnyException extends java.lang.RuntimeException implements Serializable

Class bcds.tools.ArgsParserException extends java.lang.Exception implements Serializable

Serialized Fields

err_code

ArgsParserException.ErrorCode err_code
The error code associated with this exception.

Class bcds.tools.ExitException extends java.lang.RuntimeException implements Serializable

Serialized Fields

code

int code
The exit code.

Class bcds.tools.IntVar extends java.util.concurrent.atomic.AtomicInteger implements Serializable