public class SRCArchiveComplianceValues
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SRCArchiveComplianceValues.SpecObjectValues |
| Constructor and Description |
|---|
SRCArchiveComplianceValues(ReqIFArchive reqIFArchive,
Role role,
SRCReferenceDefinitions reference) |
| Modifier and Type | Method and Description |
|---|---|
SRCReferenceDefinitions |
getDefinitions() |
ReqIFArchive |
getReqIFArchive() |
ReqIFFile |
getReqIFFile() |
Role |
getRole() |
java.util.Map<java.lang.String,SRCArchiveComplianceValues.SpecObjectValues> |
getSpecObjectValuesMap() |
static boolean |
isRequirement(SpecObject specObject,
SRCReferenceDefinitions.SpecTypeInfo specTypeInfo,
java.lang.String requirementText)
Determines whether the supplied
SpecObject is a requirement with respect to the attribute ampping
applied to this template and |
public SRCArchiveComplianceValues(ReqIFArchive reqIFArchive, Role role, SRCReferenceDefinitions reference)
public static boolean isRequirement(SpecObject specObject, SRCReferenceDefinitions.SpecTypeInfo specTypeInfo, java.lang.String requirementText)
SpecObject is a requirement with respect to the attribute ampping
applied to this template andspecObject - the SpecObject non null,specTypeInfo - the SRCReferenceDefinitions.SpecTypeInfo not nullrequirementText - the String the value of the Requirement Type attribute, not nullBoolean flag indicating whether the SpecObject is a requirementpublic Role getRole()
public ReqIFArchive getReqIFArchive()
public ReqIFFile getReqIFFile()
public java.util.Map<java.lang.String,SRCArchiveComplianceValues.SpecObjectValues> getSpecObjectValuesMap()
public SRCReferenceDefinitions getDefinitions()