Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.eclipse.views.documents | |
com.unitesk.requality.nodetypes |
Base Requality types: Document, Location, Requirement A number of central classes used in other
packages
|
com.unitesk.requality.tools |
Modifier and Type | Method and Description |
---|---|
Index |
TreeNode.getIndex()
Get index of element.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.setIndex(Index index)
Set index of element.
|
Modifier and Type | Method and Description |
---|---|
static void |
UpdateFromHTMLModule.removeRev(TreeNode[] s1,
TreeNode[] s2,
java.util.Map<TreeNode,Index> inch,
java.io.PrintStream ps) |
Modifier and Type | Method and Description |
---|---|
Index |
Location.getIndex() |
Modifier and Type | Method and Description |
---|---|
static Index |
Index.create(java.lang.String str) |
static Index |
Index.createOne() |
Index |
Index.findGreaterIndex() |
Index |
Index.findMiddleIndex(Index other) |
static Index |
Index.getFuncOrIndex(TreeNode node,
java.util.Map<java.util.UUID,Index> func) |
static Index |
Index.getNextIndex(java.lang.String type,
TreeNode parent,
TreeNode node) |
static Index |
Index.getNextIndex(java.lang.String type,
TreeNode parent,
TreeNode node,
boolean tobegin) |
static Index |
Index.getNextIndex(TreeNode parent,
java.util.Map<java.util.UUID,Index> indexfunc,
TreeNode node) |
static Index |
Index.getUndefined() |
static Index |
Index.getZero() |
Modifier and Type | Method and Description |
---|---|
int |
Index.compareTo(Index index) |
Index |
Index.findMiddleIndex(Index other) |
Modifier and Type | Method and Description |
---|---|
static Index |
Index.getFuncOrIndex(TreeNode node,
java.util.Map<java.util.UUID,Index> func) |
static Index |
Index.getNextIndex(TreeNode parent,
java.util.Map<java.util.UUID,Index> indexfunc,
TreeNode node) |