Package shell
Class GroupMin
- java.lang.Object
-
- shell.Node
-
- shell.Command
-
- shell.Branch
-
- shell.GroupMin
-
- All Implemented Interfaces:
Condition
public class GroupMin extends Branch implements Condition
Podmínka minimálního množství stejných objektů v kontejneru. Za stejné jsou považovány objekty stejnéhoNode.getComparable()
použité vNodes.groupMinCondition()
aNodes.groupCountMax()
. Protože metoduNode.getComparable()
některé třídy překrývají, nemusí se vždy jednat o objekty se shodným atributemNode.comparable
. Jedná se například o třídyDetail
(Detail.getComparable()
) neboGate
(Gate.getComparable()
).
-
-
Field Summary
-
Fields inherited from class shell.Branch
dNode, eNode, errorPath, errorPathDelimiter, errorWord, extName, levelNodePath, masterDelimiter, node, nodes, nodesBegin, nodesDelimiter, nodesEmpty, nodesEnd, noGoEmpty, noPathNoAll, noPrint, passed, prompt, recurse
-
Fields inherited from class shell.Command
comment, done, error, levelActive
-
Fields inherited from class shell.Node
comparable, level, name, noActive
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
met()
-
Methods inherited from class shell.Branch
defPrompt, findFirst, go, nodeAction, nodeCondition, nodeCover, nodeGo, nodePath, nodesCover, outDone, outError, outErrorPath, outErrorWord, plural, setNodes, setNoPrint
-
Methods inherited from class shell.Node
getComparable, getExtName, getName, mes, out, outExtName, outName, setName, toComparable
-
-