Uses of Class
model.Transponder
Package | Description |
---|---|
model | |
test |
-
Uses of Transponder in model
Fields in model with type parameters of type Transponder Modifier and Type Field Description private java.util.ArrayList<Transponder>
Satellite. transponders
List of transponders.Methods in model that return types with arguments of type Transponder Modifier and Type Method Description java.util.ArrayList<Transponder>
Satellite. getTransponders()
Returns list of transponders.Methods in model with parameters of type Transponder Modifier and Type Method Description void
Satellite. addTransponder(Transponder toAdd)
Adds a transponder to the transponders list.Constructors in model with parameters of type Transponder Constructor Description Satellite(Transponder t)
Constructor for Satellites, adds a transponder to the list of transponders and sets the name of the satellite. -
Uses of Transponder in test
Fields in test declared as Transponder Modifier and Type Field Description private static Transponder
TestModel. transponder