|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.jsml.structures.SML_File
public class SML_File
Constructor Summary | |
---|---|
SML_File()
Creates an empty SML_File. |
|
SML_File(java.util.List<SML_Message> smlFile)
Creates a SML_File with the given list of SML_Messages. |
|
SML_File(SML_Message smlFile)
Creates a new SML_File and adds the given SML_Message. |
Method Summary | |
---|---|
void |
add(SML_Message message)
add SML_Message to SML_File |
java.util.List<SML_Message> |
getMessages()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SML_File()
public SML_File(java.util.List<SML_Message> smlFile)
smlFile
- public SML_File(SML_Message smlFile)
smlFile
- Method Detail |
---|
public void add(SML_Message message)
message
- public java.util.List<SML_Message> getMessages()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |