|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.SIRAPRISE.client.ServerCommand
be.SIRAPRISE.client.ServerAssignmentCommand
be.SIRAPRISE.client.ServerMultipleAssignmentCommand
public final class ServerMultipleAssignmentCommand
A ServerMultipleAssignmentCommand is a command that consists of >1 IndividualAssignmentCommands.
Constructor Summary | |
---|---|
ServerMultipleAssignmentCommand(ServerAssignmentCommand[] individualAssignments)
Creates the ServerMultipleAssignmentCommand. |
|
ServerMultipleAssignmentCommand(ServerSingleAssignmentCommand[] individualAssignmentCommands)
Creates the ServerMultipleAssignmentCommand |
Method Summary | |
---|---|
java.lang.String |
getCommandParametersText()
Gets the full textual representation of the command's parameters |
java.lang.String |
getFullCommandText()
Gets the full textual representation of the command |
ServerSingleAssignmentCommand[] |
getIndividualAssignmentCommands()
Gets The individual assignments that make up the multiple assignment |
void |
writeToStream(java.io.DataOutputStream outputStream)
Writes the assignment-type specific portion of the command to the given stream |
Methods inherited from class be.SIRAPRISE.client.ServerCommand |
---|
getCommandObjectFor, getCommandObjectFrom, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServerMultipleAssignmentCommand(ServerAssignmentCommand[] individualAssignments)
individualAssignments
- The individual assignments that make up the multiple assignment. If an individual assignment is itself a Multiple Assignment MA, the individual assignments that constitute it will take the place of MA in the Ma object being constructed.public ServerMultipleAssignmentCommand(ServerSingleAssignmentCommand[] individualAssignmentCommands)
individualAssignmentCommands
- The individual assignments that make up the multiple assignmentMethod Detail |
---|
public java.lang.String getCommandParametersText()
ServerCommand
getCommandParametersText
in class ServerCommand
public java.lang.String getFullCommandText()
ServerCommand
getFullCommandText
in class ServerCommand
public final ServerSingleAssignmentCommand[] getIndividualAssignmentCommands()
public final void writeToStream(java.io.DataOutputStream outputStream) throws java.io.IOException
ServerAssignmentCommand
writeToStream
in class ServerAssignmentCommand
outputStream
- The stream to write to
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |