Package | Description |
---|---|
com.unitesk.requality.core.operations | |
com.unitesk.requality.eclipse.editors.browser | |
com.unitesk.requality.eclipse.handlers.location | |
com.unitesk.requality.eclipse.views.properties | |
com.unitesk.requality.nodetypes |
Base Requality types: Document, Location, Requirement A number of central classes used in other
packages
|
Modifier and Type | Method and Description |
---|---|
void |
CommonRemoveLocation.removeFragment(Location loc,
java.util.List<Requirement> reqs,
boolean batch,
java.lang.String locID,
TreeDB db) |
void |
CommonRemoveLocation.removeLocation(Location loc,
java.util.List<Requirement> reqs,
boolean batch) |
void |
CommonRemoveLocation.removeLocation(Location loc,
java.util.List<Requirement> reqs,
boolean batch,
java.lang.String locID,
TreeDB db) |
void |
CommonRemoveLocation.removeRequirementLocation(Location loc,
java.util.List<Requirement> reqs,
boolean batch,
java.lang.String locID) |
Modifier and Type | Method and Description |
---|---|
void |
CommonRemoveLocation.removeFragments(java.util.List<Location> locs,
Requirement fnode,
boolean b) |
void |
CommonRemoveLocation.removeFragments(java.util.Map<Location,java.util.List<Requirement>> locs,
boolean b) |
void |
CommonRemoveLocation.removeLocations(java.util.Map<Location,java.util.List<Requirement>> map,
boolean batch) |
void |
CommonRemoveLocation.removeRequirementLocations(java.util.Map<Location,java.util.List<Requirement>> map,
boolean batch) |
Modifier and Type | Method and Description |
---|---|
Location |
ReqMarker.getHighlightLocation() |
Location |
ReqMarker.getLocationOnSelection() |
Location |
ReqMarker.getSelectedLocation() |
Modifier and Type | Method and Description |
---|---|
void |
ReqDocBrowser.setTargetLocation(Location location) |
void |
ReqMarker.setTargetLocation(Location loc,
boolean first) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Location,java.util.List<Requirement>> |
ILocationTab.getLocationsAndRequirements() |
Modifier and Type | Method and Description |
---|---|
void |
CommonRemoveLocation.removeFragment(Location loc,
java.util.List<Requirement> reqs,
boolean batch,
java.lang.String locID,
TreeDB db) |
Modifier and Type | Method and Description |
---|---|
void |
CommonRemoveLocation.removeFragments(java.util.Map<Location,java.util.List<Requirement>> locs,
boolean b) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Location,java.util.List<Requirement>> |
AltDescriptionPropertySection.getLocationsAndRequirements() |
java.util.Map<Location,java.util.List<Requirement>> |
DocLocationPropertySection.getLocationsAndRequirements() |
Modifier and Type | Method and Description |
---|---|
Location |
Document.createLocation() |
Location |
Document.createLocation(java.util.UUID id) |
Location |
Requirement.getFirstLocation() |
Location |
Requirement.getLocation(java.lang.String QId) |
Location |
Document.getLocation(java.lang.String locationId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Location> |
Requirement.getLocations() |
Modifier and Type | Method and Description |
---|---|
int |
Location.compareIndexTo(Location l2) |
static Requirement[] |
Location.getRequirementsFor(TreeDB db,
Location loc) |
boolean |
Requirement.removeLocation(Location l) |
boolean |
Requirement.removeLocation(java.lang.String nodeQId,
Location loc) |