Uses of Interface
com.ben12.reta.api.RequirementSourceManager
Packages that use RequirementSourceManager
-
Uses of RequirementSourceManager in com.ben12.reta.api
Methods in com.ben12.reta.api with parameters of type RequirementSourceManagerModifier and TypeMethodDescriptionvoid
RETAParser.parseSource
(RequirementSourceManager manager) Parse the source and usemanager
for add requirements and references found.void
RETAParser.parseSourcePreview
(RequirementSourceManager manager, StringBuilder output, int limit) Parse the source and usemanager
for add requirements and references found.
Print the requirement source parsed inoutput
and stop parsing when limit is reached.