Package shell
Class Contains
- java.lang.Object
-
- shell.Node
-
- shell.Command
-
- shell.Branch
-
- shell.Contains
-
- All Implemented Interfaces:
Condition
public class Contains extends Branch implements Condition
Podmínka přítomnosti objektumetNode
v kontejneruBranch.nodes
(např. věci v batohu).
-
-
Field Summary
Fields Modifier and Type Field Description Node
metNode
testovaný objekt-
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
-
-
-
-
Field Detail
-
metNode
public Node metNode
testovaný objekt
-
-