Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TreeLogic.canBeChildOfExc(TreeNode what,
TreeNode parent) |
boolean |
ITreeLogic.canBeChildOfExc(TreeNode what,
TreeNode parent)
Method to check if it possible to 'what' to be child of 'parent' TreeNode Throws exceptions
|
boolean |
TreeLogic.canBeChildOfExc(TreeNode what,
TreeNode parent,
boolean checkid) |
boolean |
ITreeLogic.canBeChildOfExc(TreeNode what,
TreeNode parent,
boolean checkid) |
boolean |
TreeLogic.canBeCopiedToExc(TreeNode what,
TreeNode newParent,
boolean changeId) |
boolean |
ITreeLogic.canBeCopiedToExc(TreeNode what,
TreeNode newParent,
boolean changeId)
Check if it is possible to create copy of 'what' TreeNode in 'parent' TreeNode.
|
boolean |
TreeLogic.canBeParentOfExc(TreeNode what,
TreeNode child) |
boolean |
ITreeLogic.canBeParentOfExc(TreeNode what,
TreeNode child)
Method to check if it possible to 'what' to be parent of 'child' TreeNode
|