Package org.yamcs.xtce.util
Class IncompleteType
java.lang.Object
org.yamcs.xtce.util.IncompleteType
Stores an incomplete type together with some references which if all resolved, will make the type complete.
-
Constructor Summary
ConstructorDescriptionIncompleteType
(SpaceSystem spaceSystem, DataType.Builder<?> typeBuilder) Creates a new incomplete type together with the SpaceSystem where it should add once it is complete. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Schedule the addition of the type to the SpaceSystem after all references are resolved
-
Constructor Details
-
IncompleteType
Creates a new incomplete type together with the SpaceSystem where it should add once it is complete.- Parameters:
spaceSystem
-typeBuilder
-
-
-
Method Details
-
getTypeBuilder
-
scheduleCompletion
public void scheduleCompletion()Schedule the addition of the type to the SpaceSystem after all references are resolvedIf there is no unresolved references, the type will be immediately added to the SpaceSystem
-
addReference
-