Class StringTreeLeaf

java.lang.Object
edu.sc.seis.sod.status.StringTree
edu.sc.seis.sod.status.StringTreeLeaf
Direct Known Subclasses:
Fail, Pass, ShortCircuit

public class StringTreeLeaf extends StringTree
  • Field Details

  • Constructor Details

    • StringTreeLeaf

      public StringTreeLeaf(Object actor, boolean status, String reason)
    • StringTreeLeaf

      public StringTreeLeaf(Object actor, boolean status, String reason, Throwable t)
    • StringTreeLeaf

      public StringTreeLeaf(String actorName, boolean status, String reason, Throwable t)
    • StringTreeLeaf

      public StringTreeLeaf(Object actor, boolean boo)
    • StringTreeLeaf

      public StringTreeLeaf(String name, boolean boo)
  • Method Details