Class StreamListener.StreamProperties

java.lang.Object
org.eclipse.mosaic.fed.cell.viz.StreamListener.StreamProperties
Enclosing interface:
StreamListener

public static class StreamListener.StreamProperties extends Object
Helper class describes a stream that includes the properties : - application class. - used bandwidth.
  • Constructor Details

    • StreamProperties

      public StreamProperties(String applicationClass, Long bandwidth)
  • Method Details

    • getApplicationClass

      public String getApplicationClass()
    • getBandwidth

      public long getBandwidth()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object