net.sourceforge.plantuml.style.SName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package net.sourceforge.plantuml.style;
public enum SName {
activity, //
activityBar, //
activityDiagram, //
actor, //
agent, //
analog, //
archimate, //
arrow, //
artifact, //
binary, //
boundary, //
box, //
boxless, //
business, //
caption, //
card, //
circle, //
classDiagram, //
class_, //
clickable, //
cloud, //
closed, //
collection, //
collections, //
component, //
composite, //
robust, //
concise, //
clock, //
componentDiagram, //
constraintArrow, //
control, //
database, //
delay, //
destroy, //
diamond, //
document, //
ebnf, //
element, //
entity, //
end, //
start, //
stop, //
file, //
folder, //
footer, //
frame, //
ganttDiagram, //
group, //
groupHeader, //
header, //
hexagon, //
highlight, //
interface_, //
json, jsonDiagram, //
gitDiagram, //
label, //
leafNode, //
legend, //
lifeLine, //
mainframe, //
map, //
milestone, //
mindmapDiagram, //
network, //
node, //
note, //
nwdiagDiagram, //
objectDiagram, //
object, //
package_, //
participant, //
partition, //
person, //
port, //
queue, //
rectangle, //
reference, //
referenceHeader, //
regex, //
requirement, //
root, //
rootNode, //
saltDiagram, //
separator, //
sequenceDiagram, //
server, //
stack, //
stateDiagram, //
state, //
stateBody, //
stereotype, //
storage, //
swimlane, //
task, //
timegrid, //
timeline, //
timingDiagram, //
title, //
undone, //
unstarted, //
usecase, //
visibilityIcon, //
private_, //
protected_, //
public_, //
IEMandatory, //
spot, //
spotAnnotation, //
spotInterface, //
spotEnum, //
spotProtocol, //
spotStruct, //
spotEntity, //
spotException, //
spotClass, //
spotAbstractClass, //
spotMetaClass, //
spotStereotype, //
wbsDiagram, //
yamlDiagram; //
public static String depth(int level) {
return "depth(" + level + ")";
}
}