Class EventSequenceCell

java.lang.Object
cruise.umple.compiler.EventSequenceCell

public class EventSequenceCell
extends java.lang.Object
Represents a cell in a row in the Event Sequence table.
  • Constructor Summary

    Constructors 
    Constructor Description
    EventSequenceCell​(boolean aIsEmpty, java.lang.String aLabel)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    boolean getIsEmpty()  
    java.lang.String getLabel()  
    java.lang.String output​(EventSequenceTemplate templater)
    Outputs this cell
    java.lang.String outputFirst​(EventSequenceTemplate templater, java.lang.String parentId)
    Outputs this cell if it is the first in the row
    boolean setIsEmpty​(boolean aIsEmpty)  
    boolean setLabel​(java.lang.String aLabel)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EventSequenceCell

      public EventSequenceCell​(boolean aIsEmpty, java.lang.String aLabel)
  • Method Details

    • setIsEmpty

      public boolean setIsEmpty​(boolean aIsEmpty)
    • setLabel

      public boolean setLabel​(java.lang.String aLabel)
    • getIsEmpty

      public boolean getIsEmpty()
    • getLabel

      public java.lang.String getLabel()
    • delete

      public void delete()
    • output

      public java.lang.String output​(EventSequenceTemplate templater)
      Outputs this cell
    • outputFirst

      public java.lang.String outputFirst​(EventSequenceTemplate templater, java.lang.String parentId)
      Outputs this cell if it is the first in the row
    • toString

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