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 TypeMethodDescriptionvoidRETAParser.parseSource(RequirementSourceManager manager) Parse the source and usemanagerfor add requirements and references found.voidRETAParser.parseSourcePreview(RequirementSourceManager manager, StringBuilder output, int limit) Parse the source and usemanagerfor add requirements and references found.
Print the requirement source parsed inoutputand stop parsing when limit is reached.