- name - Variable in class NewsMaker
-
The name of the news maker.
- NewsMaker - Class in <Unnamed>
-
Project #1 CS 2334, Section 010 February 22, 2017
- NewsMaker() - Constructor for class NewsMaker
-
The no-argument constructor for the class.
- NewsMaker(String) - Constructor for class NewsMaker
-
The general constructor for the class which takes the name of the news
maker (generally the only thing we know about a news maker when the
constructor is called) as an argument.
- newsMaker1 - Variable in class NewspaperStory
-
The first news maker featured in the story.
- newsMaker2 - Variable in class NewspaperStory
-
The second news maker featured in the story.
- NewsMakerList - Class in <Unnamed>
-
Project #1 CS 2334, Section 010 February 22, 2017
- NewsMakerList() - Constructor for class NewsMakerList
-
The no-argument constructor initializes the list to be an empty
ArrayList
of NewsMaker
objects.
- NewsMakerListTest - Class in <Unnamed>
-
- NewsMakerListTest() - Constructor for class NewsMakerListTest
-
- newsMakers - Variable in class NewsMakerList
-
The list of news makers.
- newsMakers - Static variable in class Nooz
-
The list of news makers.
- newsMakers - Static variable in class NoozFileProcessor
-
The list of news makers.
- newspaperName - Variable in class NewspaperStory
-
The name of the newspaper in which the story was published.
- newspaperStories - Variable in class NewsMaker
-
The list of newspaper stories in which the news maker is featured
- newspaperStories - Variable in class NewspaperStoryList
-
The list of newspaper stories.
- NewspaperStory - Class in <Unnamed>
-
Project #1 CS 2334, Section 010 February 22, 2017
- NewspaperStory(LocalDate, String, int, String, NewsMaker, NewsMaker) - Constructor for class NewspaperStory
-
The constructor for the class which takes objects of appropriate types to
initialize all of the fields.
- NewspaperStoryList - Class in <Unnamed>
-
Project #1 CS 2334, Section 010 February 22, 2017
- NewspaperStoryList() - Constructor for class NewspaperStoryList
-
- Nooz - Class in <Unnamed>
-
Project #1 CS 2334, Section 010 February 22, 2017
- Nooz() - Constructor for class Nooz
-
- NoozFileProcessor - Class in <Unnamed>
-
Project #1 CS 2334, Section 010 February 22, 2017
- NoozFileProcessor() - Constructor for class NoozFileProcessor
-
- NoozFileProcessorTest - Class in <Unnamed>
-
- NoozFileProcessorTest() - Constructor for class NoozFileProcessorTest
-