Class SubjectProject
- java.lang.Object
-
- net.sourceforge.plantuml.project.lang.SubjectProject
-
-
Constructor Summary
Constructors Constructor Description SubjectProject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Failable<GanttDiagram>
getMe(GanttDiagram project, RegexResult arg)
Collection<? extends SentenceSimple>
getSentences()
IRegex
toRegex()
-
-
-
Method Detail
-
getMe
public Failable<GanttDiagram> getMe(GanttDiagram project, RegexResult arg)
-
getSentences
public Collection<? extends SentenceSimple> getSentences()
- Specified by:
getSentences
in interfaceSubject
-
-