public class InputRequirementSource extends Object implements RequirementSourceManager
| Type | Property and Description |
|---|---|
javafx.beans.property.StringProperty |
name |
| Modifier and Type | Field and Description |
|---|---|
static String |
COVERS
covers property name. |
static String |
NAME
name property name. |
| Constructor and Description |
|---|
InputRequirementSource(String theName,
SourceProviderPlugin theProvider,
SourceConfiguration theConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReferenceAttribute(String att) |
Requirement |
addRequirement(String summary,
String id,
String version,
String content,
Map<String,String> attributes) |
void |
addRequirementAttribute(String att) |
void |
clear()
Clear previous analysis results.
|
List<RequirementImpl> |
getAllReferences() |
List<RequirementImpl> |
getAllUknownReferences() |
SourceConfiguration |
getConfiguration() |
List<InputRequirementSource> |
getCovers() |
Map<InputRequirementSource,Double> |
getCoversBy() |
String |
getName()
Gets the value of the property name.
|
SourceProviderPlugin |
getProvider() |
Set<String> |
getReferenceAttributes() |
Set<String> |
getRequirementAttributes() |
TreeSet<RequirementImpl> |
getRequirements() |
javafx.beans.property.StringProperty |
nameProperty() |
String |
toString() |
public javafx.beans.property.StringProperty nameProperty
public static final String NAME
name property name.public static final String COVERS
covers property name.public InputRequirementSource(String theName, SourceProviderPlugin theProvider, SourceConfiguration theConfiguration)
theName - document source nametheProvider - plug-in source providertheConfiguration - plug-in source configurationpublic void clear()
public javafx.beans.property.StringProperty nameProperty()
public String getName()
getName in interface RequirementSourceManagerpublic SourceProviderPlugin getProvider()
public SourceConfiguration getConfiguration()
public TreeSet<RequirementImpl> getRequirements()
public List<RequirementImpl> getAllReferences()
public List<RequirementImpl> getAllUknownReferences()
public List<InputRequirementSource> getCovers()
public Map<InputRequirementSource,Double> getCoversBy()
public Set<String> getRequirementAttributes()
public void addRequirementAttribute(String att)
att - requirement attribute name to addpublic Set<String> getReferenceAttributes()
public void addReferenceAttribute(String att)
att - reference attribute name to addpublic Requirement addRequirement(String summary, String id, String version, String content, Map<String,String> attributes)
addRequirement in interface RequirementSourceManagerCopyright © 2015. All rights reserved.