Uses of Interface
com.ben12.reta.api.Requirement
Packages that use Requirement
-
Uses of Requirement in com.ben12.reta.api
Methods in com.ben12.reta.api that return RequirementModifier and TypeMethodDescriptionRequirementSourceManager.addRequirement
(String summary, String id, String version, String content, Map<String, String> attributes) Add and return the newRequirement
.
Use the returnedRequirement
for add the covered references (addReference(String, String, String, Map)
).