about summary refs log tree commit diff stats
path: root/apps/ex2.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-06 14:29:21 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:48 -0700
commit21c6424962b4fbcfc98772656e2915b7fed01c61 (patch)
tree4ed73483fe4af41ffb06d7f0c128dd7566c2b66f /apps/ex2.subx
parented91d9b0950109cbe69139ebf025f06410e10580 (diff)
downloadmu-21c6424962b4fbcfc98772656e2915b7fed01c61.tar.gz
mu.subx: new-block
Diffstat (limited to 'apps/ex2.subx')
0 files changed, 0 insertions, 0 deletions
/ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
  package_stereotypes  6 "facade" "framework" "model library" "stub" "toplevel" "profile"
    -_-> 3 "access" "import" "from"
  end
  
  class_stereotypes  19 "actor" "auxiliary" "boundary" "control" "entity" "enum" "enum_pattern" "exception" "focus" "implementationClass" "interface" "@interface" "metaclass" "stereotype" "struct" "type" "typedef" "union" "utility"
    ---- 4 "list" "set" "vector" "map"
    ---> 4 "list" "set" "vector" "map"
    ---|> 4 "{complete,disjoint}" "{incomplete,disjoint}" "{complete,overlapping}" "{incomplete,overlapping}"
    o--- 4 "list" "set" "vector" "map"
    *--- 4 "list" "set" "vector" "map"
    o--> 4 "list" "set" "vector" "map"
    *--> 4 "list" "set" "vector" "map"
    -_-> 4 "friend" "from" "import" "instantiate"
    -_-|> 1 "bind"
  end
  
  use_case_stereotypes 1 "realization"
  
    ---|> 4 "{complete,disjoint}" "{incomplete,disjoint}" "{complete,overlapping}" "{incomplete,overlapping}"
    -_-> 2 "include" "extend"
  end
  
  artifact_stereotypes  7 "document" "file" "script" "source" "text" "library" "executable"
    -_-> 4 "deploy" "manifest" "import" "from"
  end
  
  attribute_stereotypes  4 "list" "set" "vector" "map"
  operation_stereotypes  0
  state_stereotypes  3 "machine" "submachine" "top"
  activity_stereotypes  0
  flow_stereotypes  3 "interrupt" "multicast" "multireceive"
  interruptibleactivityregion_stereotypes  0
  pseudostate_stereotypes  0
  stateaction_stereotypes  2 "send-signal" "receive-signal"
  parameter_stereotypes  0
  parameterset_stereotypes  0
  activitynode_stereotypes  0
  activityaction_stereotypes  0
  activityobject_stereotypes  2 "datastore" "centralBuffer"
  expansionregion_stereotypes  0
  activitypartition_stereotypes  0
  pin_stereotypes  0
  component_stereotypes  6 "buildComponent" "entity" "implement" "process" "service" "subsystem"
  deploymentnode_stereotypes  3 "cpu" "device" "executionEnvironment"
  classview_stereotypes  0
  usecaseview_stereotypes  0
  componentview_stereotypes  0
  deploymentview_stereotypes  0
  classdiagram_stereotypes  0
  seqdiagram_stereotypes  0
  msg_stereotypes  0
  coldiagram_stereotypes  0
  usecasediagram_stereotypes  0
  statediagram_stereotypes  0
  activitydiagram_stereotypes  0
  componentdiagram_stereotypes  0
  deploymentdiagram_stereotypes  0
end