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 IRegexare()static IRegexareColored()static IRegexdisplayOnSameRowAs()static IRegexends()static IRegexends2()static IRegexhappens()static IRegexis()static IRegexisColored()static IRegexisDeleted()static IRegexisOff()static IRegexisOn()static IRegexisOrAre()static IRegexisOrAreNamed()static IRegexlasts()static IRegexlinksTo()static IRegexoccurs()static IRegexpauses()static IRegexstarts()static IRegexstarts2()static IRegexstarts3()
-
-
-
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()
-
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()
-
-