Uses of Interface
net.sourceforge.plantuml.regex.IRegex
Packages that use IRegex
Package
Description
Provides classes used to compose regex partials.
-
Uses of IRegex in net.sourceforge.plantuml.cheneer.command
Methods in net.sourceforge.plantuml.cheneer.command that return IRegexModifier and TypeMethodDescriptionprotected static IRegex
CommandAssociate.getRegexConcat()
protected static IRegex
CommandCreateAttribute.getRegexConcat()
protected static IRegex
CommandCreateEntity.getRegexConcat()
protected static IRegex
CommandEndGroup.getRegexConcat()
protected static IRegex
CommandMultiSubclass.getRegexConcat()
protected static IRegex
CommandSimpleSubclass.getRegexConcat()
-
Uses of IRegex in net.sourceforge.plantuml.chronology
Methods in net.sourceforge.plantuml.chronology that return IRegex -
Uses of IRegex in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command that return IRegexModifier and TypeMethodDescriptionprotected final IRegex
CommandMultilines2.getStartingPattern()
protected final IRegex
CommandMultilines3.getStartingPattern()
Constructors in net.sourceforge.plantuml.command with parameters of type IRegexModifierConstructorDescriptionCommandMultilines2
(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd) CommandMultilines3
(IRegex patternStart, MultilinesStrategy strategy, Trim trimEnd) SingleLineCommand2
(boolean doTrim, IRegex pattern) SingleLineCommand2
(IRegex pattern) -
Uses of IRegex in net.sourceforge.plantuml.command.note
Constructors in net.sourceforge.plantuml.command.note with parameters of type IRegexModifierConstructorDescriptionCommandFactoryNoteOnEntity
(String key, IRegex partialPattern) CommandFactoryTipOnEntity
(String key, IRegex partialPattern) -
Uses of IRegex in net.sourceforge.plantuml.project.lang
Fields in net.sourceforge.plantuml.project.lang declared as IRegexModifier and TypeFieldDescriptionstatic IRegex
Verbs.are
static IRegex
Verbs.areColored
static IRegex
Verbs.displayOnSameRowAs
static IRegex
Verbs.ends
static IRegex
Verbs.happens
static IRegex
Verbs.is
static IRegex
Verbs.isColored
static IRegex
Verbs.isDeleted
static IRegex
Verbs.isDisplayedAs
static IRegex
Verbs.isOff
static IRegex
Verbs.isOn
static IRegex
Verbs.isOrAre
static IRegex
Verbs.isOrAreNamed
static IRegex
Verbs.just
static IRegex
Verbs.linksTo
static IRegex
Verbs.occurs
static IRegex
Verbs.pauses
static IRegex
Verbs.requires
static IRegex
Verbs.starts
static IRegex
Verbs.worksOn
Methods in net.sourceforge.plantuml.project.lang that return IRegexModifier and TypeMethodDescriptionstatic IRegex
static IRegex
protected final IRegex
SentenceSimple.getAdverbialOrPropositon()
SentenceSimple.getVerbRegex()
DayPattern.toRegex()
Sentence.toRegex()
SentenceAnd.toRegex()
SentenceAndAnd.toRegex()
final IRegex
SentenceSimple.toRegex()
Subject.toRegex()
SubjectDayAsDate.toRegex()
SubjectDayOfWeek.toRegex()
SubjectDaysAsDates.toRegex()
SubjectLinks.toRegex()
SubjectProject.toRegex()
SubjectResource.toRegex()
SubjectSeparator.toRegex()
SubjectTask.toRegex()
SubjectToday.toRegex()
Verb.toRegex()
static IRegex
TimeResolution.toRegexA_DD_MONTH_YYYY
(String year, String month, String day) static IRegex
TimeResolution.toRegexB_YYYY_MM_DD
(String year, String month, String day) static IRegex
TimeResolution.toRegexC_MONTH_DD_YYYY
(String year, String month, String day) static IRegex
Words.zeroOrMore
(String... words) Methods in net.sourceforge.plantuml.project.lang with parameters of type IRegexConstructors in net.sourceforge.plantuml.project.lang with parameters of type IRegex -
Uses of IRegex in net.sourceforge.plantuml.regex
Classes in net.sourceforge.plantuml.regex that implement IRegexModifier and TypeClassDescriptionclass
final class
class
class
class
class
Methods in net.sourceforge.plantuml.regex that return types with arguments of type IRegexMethods in net.sourceforge.plantuml.regex with parameters of type IRegexConstructors in net.sourceforge.plantuml.regex with parameters of type IRegexModifierConstructorDescriptionRegexComposed
(IRegex... partial) RegexConcat
(IRegex... partials) RegexOptional
(IRegex partial) RegexRepeatedZeroOrMore
(IRegex partial) -
Uses of IRegex in net.sourceforge.plantuml.sequencediagram.command
Constructors in net.sourceforge.plantuml.sequencediagram.command with parameters of type IRegex -
Uses of IRegex in net.sourceforge.plantuml.stereo
Methods in net.sourceforge.plantuml.stereo that return IRegex -
Uses of IRegex in net.sourceforge.plantuml.timingdiagram.command
Methods in net.sourceforge.plantuml.timingdiagram.command that return IRegexModifier and TypeMethodDescriptionstatic IRegex
TimeTickBuilder.expressionAtWithArobase
(String name) static IRegex
TimeTickBuilder.expressionAtWithoutArobase
(String name) static IRegex
TimeTickBuilder.optionalExpressionAtWithArobase
(String name) -
Uses of IRegex in net.sourceforge.plantuml.url
Fields in net.sourceforge.plantuml.url declared as IRegex