Class Verbs
- java.lang.Object
-
- net.sourceforge.plantuml.project.lang.Verbs
-
public class Verbs extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Verbs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IRegex
are()
static IRegex
areColored()
static IRegex
displayOnSameRowAs()
static IRegex
ends()
static IRegex
ends2()
static IRegex
happens()
static IRegex
is()
static IRegex
isColored()
static IRegex
isColoredForCompletion()
static IRegex
isDeleted()
static IRegex
isOff()
static IRegex
isOn()
static IRegex
isOrAre()
static IRegex
isOrAreNamed()
static IRegex
lasts()
static IRegex
linksTo()
static IRegex
occurs()
static IRegex
pauses()
static IRegex
starts()
static IRegex
starts2()
static IRegex
starts3()
-
-
-
Method Detail
-
are
public static IRegex are()
-
areColored
public static IRegex areColored()
-
displayOnSameRowAs
public static IRegex displayOnSameRowAs()
-
ends
public static IRegex ends()
-
ends2
public static IRegex ends2()
-
happens
public static IRegex happens()
-
pauses
public static IRegex pauses()
-
isDeleted
public static IRegex isDeleted()
-
is
public static IRegex is()
-
isColored
public static IRegex isColored()
-
isColoredForCompletion
public static IRegex isColoredForCompletion()
-
isOff
public static IRegex isOff()
-
isOn
public static IRegex isOn()
-
isOrAre
public static IRegex isOrAre()
-
isOrAreNamed
public static IRegex isOrAreNamed()
-
lasts
public static IRegex lasts()
-
linksTo
public static IRegex linksTo()
-
occurs
public static IRegex occurs()
-
starts3
public static IRegex starts3()
-
starts2
public static IRegex starts2()
-
starts
public static IRegex starts()
-
-