Package org.ivoa.dm.proposal.management
Class TelescopeArray.TelescopeArrayBuilder
java.lang.Object
org.ivoa.dm.proposal.management.TelescopeArray.TelescopeArrayBuilder
- Enclosing class:
- TelescopeArray
A builder class for TelescopeArray, mainly for use in the functional builder pattern.
-
Field Summary
Modifier and TypeFieldDescriptionthe telescopes that make up the array.the array name. -
Constructor Summary
-
Method Summary
-
Field Details
-
name
the array name. -
arrayMembers
the telescopes that make up the array.
-
-
Constructor Details
-
TelescopeArrayBuilder
public TelescopeArrayBuilder()
-
-
Method Details
-
create
create a TelescopeArray from this builder.- Returns:
- an object initialized from the builder.
-