Klasse TableNodeExaminer
java.lang.Object
ch.nolix.system.nodemiddata.nodeexaminer.TableNodeExaminer
- Alle implementierten Schnittstellen:
ITableNodeExaminer
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
tableNodeContainsEntityNodeWhoseFieldAtGivenIndexContainsGivenValue
(IMutableNode<?> tableNode, int valueIndex, String value) boolean
tableNodeContainsEntityNodeWhoseFieldAtGivenIndexHasGivenHeader
(IMutableNode<?> tableNode, int valueIndex, String header) boolean
tableNodeContainsEntityNodeWithFieldAtGiven1BasedIndexWithGivenValueIgnoringGivenEntities
(IMutableNode<?> tableNode, int param1BasedIndex, String value, IContainer<String> entitiesToIgnoreIds) boolean
tableNodeContainsEntityNodeWithGivenId
(IMutableNode<?> tableNode, String id)
-
Konstruktordetails
-
TableNodeExaminer
public TableNodeExaminer()
-
-
Methodendetails
-
tableNodeContainsEntityNodeWithFieldAtGiven1BasedIndexWithGivenValueIgnoringGivenEntities
public boolean tableNodeContainsEntityNodeWithFieldAtGiven1BasedIndexWithGivenValueIgnoringGivenEntities(IMutableNode<?> tableNode, int param1BasedIndex, String value, IContainer<String> entitiesToIgnoreIds) - Angegeben von:
tableNodeContainsEntityNodeWithFieldAtGiven1BasedIndexWithGivenValueIgnoringGivenEntities
in SchnittstelleITableNodeExaminer
-
tableNodeContainsEntityNodeWithGivenId
- Angegeben von:
tableNodeContainsEntityNodeWithGivenId
in SchnittstelleITableNodeExaminer
-
tableNodeContainsEntityNodeWhoseFieldAtGivenIndexContainsGivenValue
public boolean tableNodeContainsEntityNodeWhoseFieldAtGivenIndexContainsGivenValue(IMutableNode<?> tableNode, int valueIndex, String value) - Angegeben von:
tableNodeContainsEntityNodeWhoseFieldAtGivenIndexContainsGivenValue
in SchnittstelleITableNodeExaminer
-
tableNodeContainsEntityNodeWhoseFieldAtGivenIndexHasGivenHeader
public boolean tableNodeContainsEntityNodeWhoseFieldAtGivenIndexHasGivenHeader(IMutableNode<?> tableNode, int valueIndex, String header) - Angegeben von:
tableNodeContainsEntityNodeWhoseFieldAtGivenIndexHasGivenHeader
in SchnittstelleITableNodeExaminer
-