Package cs350s22.component.ui.parser
Class SendParser
java.lang.Object
cs350s22.component.ui.parser.SendParser
- All Implemented Interfaces:
 SubParser
Message commands are responsible for sending messages from the master
 controller at the top-level network to its components or components in
 subnetworks.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String[]private final cs350s22.component.ui.parser.A_ParserHelper - 
Constructor Summary
ConstructorsConstructorDescriptionSendParser(String[] args, cs350s22.component.ui.parser.A_ParserHelper parserHelper) Constructor. - 
Method Summary
Modifier and TypeMethodDescriptionvoidparse()Method each sub parser is required to use to begin parsing their respective commands. 
- 
Field Details
- 
args
 - 
parserHelper
private final cs350s22.component.ui.parser.A_ParserHelper parserHelper 
 - 
 - 
Constructor Details
- 
SendParser
Constructor. 
 - 
 - 
Method Details