Class Strand


  • public final class Strand
    extends java.lang.Object
    One 'story line' within a mission. A mission might split up in different strands, of which each of them can have its own state (e.g. running, paused ...). (If you would like to relate this to java, you would probably imagine it as a Thread ;-)
    • Method Detail

      • ofId

        public static Strand ofId​(java.lang.String id)
      • id

        public java.lang.String id()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object