|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bus | |
---|---|
gridiq.agents |
|
gridiq.network |
|
gridiq.poweranalysis.disturbance |
|
gridiq.simulation |
|
Uses of Bus in gridiq.agents |
---|
Fields in gridiq.agents declared as Bus | |
---|---|
protected Bus |
GridIQAgent.bus
|
Methods in gridiq.agents that return Bus | |
---|---|
Bus |
GridIQAgent.getBus()
Gets the bus this agent controls. |
Uses of Bus in gridiq.network |
---|
Methods in gridiq.network that return Bus | |
---|---|
Bus |
PQLoad.getBus()
|
Bus |
Generator.getBus()
|
Bus |
ElectricityPricing.getBus()
The bus holding these attributes. |
Bus |
ShuntAdmittance.getBus()
|
Bus |
Network.getBus(int busId)
|
Bus |
Line.getFromBus()
|
Bus |
Line.getToBus()
|
Methods in gridiq.network that return types with arguments of type Bus | |
---|---|
java.util.Collection<Bus> |
Network.getBuses()
|
Methods in gridiq.network with parameters of type Bus | |
---|---|
void |
Network.add(Bus bus)
|
void |
PQLoad.setBus(Bus bus)
|
void |
Generator.setBus(Bus bus)
|
void |
ElectricityPricing.setBus(Bus bus)
|
void |
ShuntAdmittance.setBus(Bus bus)
|
void |
Line.setFromBus(Bus bus)
|
void |
Line.setToBus(Bus bus)
|
Uses of Bus in gridiq.poweranalysis.disturbance |
---|
Fields in gridiq.poweranalysis.disturbance declared as Bus | |
---|---|
protected Bus |
Disturbance.bus
|
Methods in gridiq.poweranalysis.disturbance that return Bus | |
---|---|
Bus |
Disturbance.getBus()
|
Methods in gridiq.poweranalysis.disturbance with parameters of type Bus | |
---|---|
void |
Disturbance.setBus(Bus bus)
|
Uses of Bus in gridiq.simulation |
---|
Methods in gridiq.simulation with parameters of type Bus | |
---|---|
void |
JADEAgentManager.startAgent(java.lang.String agentClass,
Bus bus)
|
void |
AgentManager.startAgent(java.lang.String agentClass,
Bus bus)
Start an agent of a given class with a reference to a given bus. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |