Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.core.attribute | |
com.unitesk.requality.core.domproxy | |
com.unitesk.requality.core.instancer | |
com.unitesk.requality.core.propagators | |
com.unitesk.requality.core.transaction | |
com.unitesk.requality.eclipse.core | |
com.unitesk.requality.eclipse.handlers | |
com.unitesk.requality.eclipse.storageformatversion | |
com.unitesk.requality.eclipse.views.documents | |
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
|
com.unitesk.requality.report | |
com.unitesk.requality.tools | |
com.unitesk.requality.tools.reqif |
Modifier and Type | Method and Description |
---|---|
static ChangesSet<Attribute> |
TreeDB.addAttrsRec(AttributeStorage as)
Method to gather local deps from "what" set, update as and chVis.
|
java.util.Collection<Attribute> |
TreeDB.getEnumDefinitons() |
static ChangesSet<Attribute> |
TreeNode.getIdEvent(Attribute old,
Attribute newa) |
Modifier and Type | Method and Description |
---|---|
void |
INodeChangeListener.attributeChange(TreeNode source,
java.lang.String what,
Attribute old) |
boolean |
IAttributeFilter.filter(Attribute a) |
static ChangesSet<Attribute> |
TreeNode.getIdEvent(Attribute old,
Attribute newa) |
void |
TreeNode.reactAfterAttributeChange(java.lang.String s,
Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
INodeChangeListener.attributesChange(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
IStorageDeltaListener.changeAttributes(java.util.UUID uuid,
ChangesSet<Attribute> what) |
abstract void |
TreeChangeListener.changed(TreeNode node,
ChangesSet<Attribute> what) |
void |
DefaultTreeChangeListener.changed(TreeNode node,
ChangesSet<Attribute> what) |
void |
TermsStorage.changed(TreeNode node,
ChangesSet<Attribute> what) |
void |
TreeChangeListener.changed(TreeNode node,
ChangesSet<Attribute> what,
boolean internal) |
void |
ITreeChangeListener.changed(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
void |
TreeDB.commitAttributes(TreeNode node,
ChangesSet<Attribute> changes,
boolean save)
Save attributes of element with uuid as attributes
|
void |
MemoryStorage.emulateDeltaChanged(java.util.UUID uuid,
ChangesSet<Attribute> what,
java.util.Map<java.lang.String,AttributeDefinition> attributes) |
void |
TreeNode.fireGUINodeAttributeChange(ChangesSet<Attribute> what)
File event when attribute was changed
|
void |
TreeNode.fireGUINodeAttributeChange(ChangesSet<Attribute> attributeName,
AttributeAvailability availability) |
void |
TreeNode.fireNodeAttributeChange(ChangesSet<Attribute> what)
Fire node change event when some attribute is changed
|
void |
TreeNode.fireNodeAttributeChange(ChangesSet<Attribute> attributeName,
AttributeAvailability availability) |
void |
TreeDB.fireNodeChange(TreeNode curNode,
ChangesSet<Attribute> params,
boolean internal)
Method to fire element change event.
|
void |
TreeDB.fireNodeGUIChange(TreeNode curNode,
ChangesSet<Attribute> cs,
boolean internal) |
void |
LinkResolver.handleAttrChanges(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
void |
LinkResolver.handleRefsChanges(TreeNode node,
java.util.Set<java.lang.String> ofint,
java.util.Map<java.lang.String,Attribute> newa,
boolean internal,
boolean instance) |
void |
TreeDB.handleTreeNodeChanges(TreeNode curNode,
ChangesSet<Attribute> what,
Moment m,
boolean internal) |
boolean |
AttributesVersioningRule.match(java.lang.String type,
ChangesSet<Attribute> cs) |
boolean |
AttributesRulesHolder.matchAChanges(java.lang.String type,
ChangesSet<Attribute> changes) |
void |
TreeDB.saveAttributes(TreeNode node,
ChangesSet<Attribute> changes,
boolean save) |
void |
AbstractTreeStorage.saveAttributes(java.util.UUID uuid,
ChangesSet<Attribute> params) |
void |
ITreeStorage.saveAttributes(java.util.UUID uuid,
ChangesSet<Attribute> changed)
Save attributes for node with given UUID
Attributes are taken from New map of ChangesSet
|
abstract void |
AbstractTreeStorage.saveStorageAttributes(java.util.UUID uuid,
ChangesSet<Attribute> params) |
void |
MemoryStorage.saveStorageAttributes(java.util.UUID uuid,
ChangesSet<Attribute> changes) |
void |
FSStorage.saveStorageAttributes(java.util.UUID node,
ChangesSet<Attribute> changed) |
static JSONObject |
NodeMapper.toJSJSON(java.util.UUID uuid,
java.util.LinkedList<Attribute> collection,
TreeNode node) |
Modifier and Type | Field and Description |
---|---|
Attribute |
AttributeToMerge.attr |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeStorage.actualRemoveFromAttributeList(java.lang.String key) |
Attribute |
AttributeStorage.getAttribute(java.lang.String key)
Get attribute with given attribute name.
|
static Attribute |
AttributeStorage.getAttribute(TreeDB db,
java.util.Map<java.lang.String,Attribute> attrs,
java.util.UUID where,
java.lang.String key) |
Attribute[] |
AttributeStorage.getAttributesByPattern(java.lang.String pattern) |
Attribute |
AttributeStorage.getLocalAttribute(java.lang.String key) |
static Attribute |
AttributeStorage.mergeAttrs(TreeDB db,
java.util.UUID where,
AttributeToMerge... lists) |
Attribute |
AttributeStorage.removeAttribute(java.lang.String key)
Remove attribute with given attribute name.
|
Attribute |
AttributeStorage.removeAttribute(java.lang.String key,
boolean ignoreReplace) |
Attribute |
AttributeStorage.removeAttributeCommit(java.lang.String cs) |
Attribute |
AttributeStorage.setAttribute(Attribute a) |
Attribute |
AttributeStorage.setAttribute(AttributeDefinition ad) |
Attribute |
AttributeStorage.setConstAttribute(AttributeType type,
java.lang.String key,
java.lang.Object val,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
AppliedEnumValue listValue,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
AttributeGenerator ag,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
java.lang.Boolean listValue,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
java.lang.Double listValue,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
EnumDefinitionValue listValue,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
java.lang.Float listValue,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
java.lang.Integer listValue,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
ListValue listValue,
int flag) |
Attribute |
AttributeStorage.setConstAttribute(java.lang.String key,
java.lang.String listValue,
int flag) |
Attribute[] |
AttributeStorage.toArray() |
Attribute |
AttributeDefinition.toAttribute(AttributeStorage as) |
Attribute |
AttributeDefinition.toAttribute(TreeNode node) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Attribute> |
AttributeStorage.addToList(TreeDB db,
java.lang.Object as,
java.util.List<Attribute> al,
Attribute a,
java.util.UUID where) |
static java.util.Map<java.lang.String,Attribute> |
AttributeStorage.formAttributeMap(Attribute... attrs) |
static java.util.Map<java.util.UUID,Attribute> |
AttributeStorage.formByUUIDMap(java.util.UUID where,
java.util.List<Attribute> list) |
java.util.Map<java.lang.String,Attribute> |
AttributeStorage.getActiveAttributes() |
java.util.Map<java.lang.String,Attribute> |
AttributeStorage.getAvailableAttributes() |
java.util.Map<java.lang.String,Attribute> |
AttributeStorage.getLMap() |
java.util.Map<java.lang.String,Attribute> |
AttributeStorage.getLocalAttributes() |
java.util.Map<java.lang.String,Attribute> |
AttributeStorage.getMap() |
java.util.Map<java.lang.String,Attribute> |
AttributeStorage.getMap(boolean local)
Get map of available attributes.
|
java.util.Iterator<Attribute> |
AttributeStorage.iterator() |
static java.util.Collection<Attribute> |
AttributeStorage.toCollection(java.util.Map<java.lang.String,Attribute> attributesInList) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Attribute> |
AttributeStorage.addToList(TreeDB db,
java.lang.Object as,
java.util.List<Attribute> al,
Attribute a,
java.util.UUID where) |
static boolean |
AttributeStorage.attrsEquals(Attribute a,
Attribute b) |
int |
Attribute.compareTo(Attribute o) |
boolean |
AttributeFilter.filter(Attribute a) |
static java.util.Map<java.lang.String,AttributeDefinition> |
AttributeStorage.formAttributeDefMap(Attribute... attrs) |
static java.util.Map<java.lang.String,Attribute> |
AttributeStorage.formAttributeMap(Attribute... attrs) |
boolean |
Attribute.isMoreVisible(TreeDB db,
Attribute a,
java.util.UUID where,
boolean samemore) |
Attribute |
AttributeStorage.setAttribute(Attribute a) |
static void |
AttributeStorage.setAttribute(java.util.Map<java.lang.String,Attribute> na,
Attribute attribute) |
boolean |
Attribute.strongEquals(Attribute attr) |
static java.lang.String[] |
AttributeStorage.toStringArray(AttributeStorage as,
Attribute new1,
java.lang.String[] defvalue) |
java.lang.String[] |
AttributeStorage.toStringArray(Attribute new1,
java.lang.String[] def) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Attribute> |
AttributeStorage.addToList(TreeDB db,
java.lang.Object as,
java.util.List<Attribute> al,
Attribute a,
java.util.UUID where) |
static boolean |
AttributeStorage.attributesEquals(java.util.Map<java.lang.String,Attribute> attributes2,
java.util.Map<java.lang.String,Attribute> attributes3) |
static boolean |
AttributeStorage.attributesEquals(java.util.Map<java.lang.String,Attribute> attributes2,
java.util.Map<java.lang.String,Attribute> attributes3) |
void |
AttributeStorage.commitChanges(ChangesSet<Attribute> cs,
boolean save) |
static java.util.Map<java.util.UUID,Attribute> |
AttributeStorage.formByUUIDMap(java.util.UUID where,
java.util.List<Attribute> list) |
static Attribute |
AttributeStorage.getAttribute(TreeDB db,
java.util.Map<java.lang.String,Attribute> attrs,
java.util.UUID where,
java.lang.String key) |
static java.lang.Object |
AttributeStorage.getAttributeValue(TreeDB db,
java.util.Map<java.lang.String,Attribute> attrs,
java.util.UUID where,
java.lang.String key) |
static java.lang.Object[] |
AttributeStorage.getChanges(TreeDB db,
java.util.UUID targ,
java.util.Set<java.lang.String> attrSignChanges,
java.util.Map<java.lang.String,Attribute> oldAll,
java.util.Map<java.lang.String,Attribute> newAll) |
static java.lang.Object[] |
AttributeStorage.getChanges(TreeDB db,
java.util.UUID targ,
java.util.Set<java.lang.String> attrSignChanges,
java.util.Map<java.lang.String,Attribute> oldAll,
java.util.Map<java.lang.String,Attribute> newAll) |
static java.lang.String |
AttributeStorage.getNodeRawTypeByA(java.util.UUID uuid,
java.util.Map<java.lang.String,Attribute> attributes1) |
void |
AttributeStorage.saveAttributes(ChangesSet<Attribute> changesSet) |
static void |
AttributeStorage.setAttribute(java.util.Map<java.lang.String,Attribute> na,
Attribute attribute) |
static java.util.Collection<Attribute> |
AttributeStorage.toCollection(java.util.Map<java.lang.String,Attribute> attributesInList) |
static java.util.Map<java.lang.String,AttributeDefinition> |
AttributeStorage.toDefMap(java.util.Map<java.lang.String,Attribute> attributes2) |
static void |
AttributeStorage.updateMap(java.util.Map<java.lang.String,AttributeDefinition> map,
ChangesSet<Attribute> changes2) |
Constructor and Description |
---|
AttributeToMerge(Attribute attr,
MergeParams par,
boolean clone) |
Modifier and Type | Method and Description |
---|---|
Attribute |
RequalityAttribute.getWrappedAttribute() |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Node |
RequalityW3CAttribute.toAttr(int arg0,
RequalityW3CElement par,
TreeNode node,
Attribute object) |
static RequalityAttribute |
RequalityAttribute.toAttribute(TreeNode node,
Attribute a) |
Constructor and Description |
---|
RequalityW3CAttribute(int arg0,
RequalityW3CElement par,
TreeNode node,
Attribute at) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,Attribute> |
TreeInstancer.toMap(java.util.Collection<Attribute> cl) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Instantiator.isVRoot(TreeDB db,
java.util.UUID uuid,
java.util.Map<java.lang.String,Attribute> attrs) |
void |
TreeInstancer.saveAttributes(java.util.UUID node,
ChangesSet<Attribute> changes) |
void |
TreeInstancer.saveStorageAttributes(java.util.UUID node,
ChangesSet<Attribute> what) |
static java.util.Map<java.lang.String,Attribute> |
TreeInstancer.toMap(java.util.Collection<Attribute> cl) |
Modifier and Type | Method and Description |
---|---|
boolean |
ReferenceRevertPropagator.apply(TreeNode node,
ChangesSet<Attribute> cs) |
boolean |
IAttributeChangePropagator.apply(TreeNode node,
ChangesSet<Attribute> cs) |
boolean |
VNodePropagator.apply(TreeNode node,
ChangesSet<Attribute> cs) |
boolean |
ParentAttrsPropagator.apply(TreeNode node,
ChangesSet<Attribute> changes) |
boolean |
UVIDPropagator.apply(TreeNode node,
ChangesSet<Attribute> csa) |
boolean |
ClonePropagator.apply(TreeNode node,
ChangesSet<Attribute> csa) |
boolean |
LocationLabelPropagator.apply(TreeNode node,
ChangesSet<Attribute> changes) |
boolean |
ReferenceRevertPropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
IAttributeChangePropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
VNodePropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
ParentAttrsPropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
UVIDPropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
ClonePropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
boolean |
LocationLabelPropagator.shouldBeApplied(TreeNode node,
ChangesSet<Attribute> cs,
Moment m) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionStorage.saveStorageAttributes(java.util.UUID uuid,
ChangesSet<Attribute> changes) |
Constructor and Description |
---|
SaveAttributes(java.util.UUID uuid,
ChangesSet<Attribute> altered) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceStorage.saveStorageAttributes(java.util.UUID uuid,
ChangesSet<Attribute> changes) |
Modifier and Type | Method and Description |
---|---|
void |
SelectReferencedNode.changed(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
Modifier and Type | Method and Description |
---|---|
static JSONObject |
LegalicyNodeMapper.toJSON(java.util.UUID uuid,
java.util.Collection<Attribute> collection) |
static JSONObject |
LegalicyNodeMapper.toJSON(java.util.UUID uuid,
java.util.Collection<Attribute> collection,
boolean kdup) |
static JSONObject |
LegalicyNodeMapper.toJSON(java.util.UUID uid,
java.util.Map<java.lang.String,Attribute> map) |
Modifier and Type | Method and Description |
---|---|
void |
ToDoList.changed(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
Modifier and Type | Method and Description |
---|---|
void |
AttributesPanel.attributeChange(TreeNode source,
java.lang.String what,
Attribute old) |
Modifier and Type | Method and Description |
---|---|
void |
AttributesPanel.attributesChange(TreeNode source,
ChangesSet<Attribute> swhat) |
void |
TemplatesPanel.changed(TreeNode node,
ChangesSet<Attribute> params,
boolean internal) |
boolean |
ReportTemplatesPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
InstancerFolderMainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
AltDescriptionPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
TestDescriptionPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
abstract boolean |
TreeNodePropertiesTab.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
ProjectSettingsTemplatesSection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
DocLocationPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
CommentMainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
ReportSettingsPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
AdvancedPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
InstancerMainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
MainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
TestMainPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
ProjectSettingsMainSection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
InstancerIteratorPropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
boolean |
TestPredicatePropertySection.requireUpdate(TreeNode source,
ChangesSet<Attribute> what) |
Modifier and Type | Method and Description |
---|---|
void |
DocFolder.attributeChange(TreeNode source,
java.lang.String what,
Attribute old) |
void |
Document.attributeChange(TreeNode source,
java.lang.String what,
Attribute old) |
void |
Location.attributeChange(TreeNode source,
java.lang.String what,
Attribute old) |
void |
Requirement.reactAfterAttributeChange(java.lang.String s,
Attribute attribute) |
void |
VirtualNode.reactAfterAttributeChange(java.lang.String s,
Attribute attribute) |
void |
Location.reactAfterAttributeChange(java.lang.String s,
Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
DocFolder.attributesChange(TreeNode source,
ChangesSet<Attribute> what) |
void |
Document.attributesChange(TreeNode source,
ChangesSet<Attribute> what) |
void |
Location.attributesChange(TreeNode source,
ChangesSet<Attribute> what) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,Attribute> |
ReportUtils.getAttributesInList(TreeNode node) |
Modifier and Type | Method and Description |
---|---|
static void |
RequalityCLI.deleteOldImages(Attribute attr,
java.lang.String descr,
TreeNode n) |
Modifier and Type | Method and Description |
---|---|
boolean |
SingleAttributeConverter.requality2Doors(TreeNode node,
Attribute a,
SpecObject so,
ReqIFModel model) |