public static final class Model.Frame extends Object
Activity in an application. A frame contains at
least one Model.Node, named __base__, that in turn contains the
message delivered to the user when they transition to the frame. The
frame may have more than one node depending on the information it
contains/communicates.| Constructor and Description |
|---|
Frame()
No-arg constructor used by Gson deserialization.
|
public String getId()
public String getName()
public Model.Node[] getNodes()
Copyright © 2021. All rights reserved.