Class Verbs
- java.lang.Object
-
- net.sourceforge.plantuml.project.lang.Verbs
-
public class Verbs extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static IRegex
are
static IRegex
areColored
static IRegex
displayOnSameRowAs
static IRegex
ends
static IRegex
happens
static IRegex
is
static IRegex
isColored
static IRegex
isDeleted
static IRegex
isDisplayedAs
static IRegex
isOff
static IRegex
isOn
static IRegex
isOrAre
static IRegex
isOrAreNamed
static IRegex
just
static IRegex
linksTo
static IRegex
occurs
static IRegex
pauses
static IRegex
requires
static IRegex
starts
static IRegex
worksOn
-
Constructor Summary
Constructors Constructor Description Verbs()
-
-
-
Field Detail
-
are
public static IRegex are
-
areColored
public static IRegex areColored
-
displayOnSameRowAs
public static IRegex displayOnSameRowAs
-
ends
public static IRegex ends
-
happens
public static IRegex happens
-
is
public static IRegex is
-
isColored
public static IRegex isColored
-
isDeleted
public static IRegex isDeleted
-
isDisplayedAs
public static IRegex isDisplayedAs
-
isOff
public static IRegex isOff
-
isOn
public static IRegex isOn
-
isOrAre
public static IRegex isOrAre
-
isOrAreNamed
public static IRegex isOrAreNamed
-
just
public static IRegex just
-
linksTo
public static IRegex linksTo
-
occurs
public static IRegex occurs
-
pauses
public static IRegex pauses
-
requires
public static IRegex requires
-
starts
public static IRegex starts
-
worksOn
public static IRegex worksOn
-
-