- name - Variable in class NewsMaker
-
The name of the news maker.
- NewsMaker - Class in <Unnamed>
-
Project 3, CS 2334, Section 010, March 8, 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 NewsStory
-
The first news maker featured in the story.
- newsMaker2 - Variable in class NewsStory
-
The second news maker featured in the story.
- NewsMakerList - Class in <Unnamed>
-
Project 3, CS 2334, Section 010, March 8, 2017
- NewsMakerList() - Constructor for class NewsMakerList
-
The no-argument constructor initializes the list to be an empty
ArrayList
of NewsMaker
objects.
- 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.
- NewspaperStory - Class in <Unnamed>
-
Project 3, CS 2334, Section 010 March 8, 2017
- NewspaperStory(LocalDate, String, int, String, String, NewsMaker, NewsMaker) - Constructor for class NewspaperStory
-
The constructor which takes parameters for all of the fields can simply
pass them to the constructor for NewsStory
and let it do the
work.
- newsStories - Variable in class NewsMaker
-
The list of news stories in which the news maker is featured
- newsStories - Variable in class NewsStoryList
-
The list of newspaper stories.
- NewsStory - Class in <Unnamed>
-
Project 3, CS 2334, Section 010 March 8, 2017
- NewsStory(LocalDate, String, int, String, String, NewsMaker, NewsMaker) - Constructor for class NewsStory
-
The constructor for the class which takes objects of appropriate types to
initialize all of the fields.
- NewsStoryList - Class in <Unnamed>
-
Project 3, CS 2334, Section 010, March 8, 2017
- NewsStoryList() - Constructor for class NewsStoryList
-
- Nooz - Class in <Unnamed>
-
Project 3, CS 2334, Section 010, March 8, 2017
- Nooz() - Constructor for class Nooz
-
- NoozFileProcessor - Class in <Unnamed>
-
Project 3, CS 2334, Section 010, March 8, 2017
- NoozFileProcessor() - Constructor for class NoozFileProcessor
-