java.lang.Object
org.yamcs.xtce.SequenceEntry
org.yamcs.xtce.ContainerEntry
- All Implemented Interfaces:
Serializable,Comparable<SequenceEntry>
Entry from a container that makes reference to another container.
This is different than container inheritance: here the small container is included in the big one and does not extend
it.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yamcs.xtce.SequenceEntry
SequenceEntry.ReferenceLocationType -
Field Summary
Fields inherited from class org.yamcs.xtce.SequenceEntry
container, locationInContainerInBits -
Constructor Summary
ConstructorsConstructorDescriptionContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location) ContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, SequenceContainer refContainer) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRefContainer(SequenceContainer refContainer) toString()Methods inherited from class org.yamcs.xtce.SequenceEntry
compareTo, getContainer, getIncludeCondition, getIndex, getLocationInContainerInBits, getReferenceLocation, getRepeatEntry, getSequenceContainer, setIncludeCondition, setLocation, setLocationInContainerInBits, setReferenceLocation, setRepeatEntry
-
Constructor Details
-
ContainerEntry
public ContainerEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, SequenceContainer refContainer) -
ContainerEntry
-
-
Method Details