A B C D E F G H I J L M O P Q R S T U W

A

AbstractFactoryAirPlane - Interface in games.simulation.flayer.interfaces.factoryFamily.airPlane
 
AbstractFactoryLevel - Interface in games.simulation.flayer.interfaces.factoryFamily.level
 
acelerateAirplane() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
NO FUNCTION...
acelerateAirplane() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
addAirPlaneListener(AirPlaneListener) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
addAirPlaneListener(AirPlaneListener) - Method in interface games.simulation.flayer.interfaces.subjectFamily.AirPlaneSubject
 
addCockpit(Cockpit) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
addCockpit(Cockpit) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
addEngine(Engine) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
addEngine(Engine) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
addFuelTank(FuelTank) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
addFuelTank(FuelTank) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
addObjectOnWorld(ObjectsWorldPosition) - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
addObjectOnWorld(ObjectsWorldPosition) - Method in interface games.simulation.flayer.interfaces.objectsFamily.level.Level
 
addObjectsOnWorld(List) - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
addObjectsOnWorld(List) - Method in interface games.simulation.flayer.interfaces.objectsFamily.level.Level
 
addWing(Wing) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
addWing(Wing) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
addWings(Vector) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
addWings(Vector) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
AirPlane - Interface in games.simulation.flayer.interfaces.objectsFamily.airPlane
 
AIRPLANE_ONE - Static variable in class games.simulation.flayer.staticClasses.RegisterdObjectsNames
 
AirPlaneButton - Class in games.simulation.flayer.concretClasses.listenerFamily
 
AirPlaneButton() - Constructor for class games.simulation.flayer.concretClasses.listenerFamily.AirPlaneButton
 
AirPlaneButton(String, AirPlane) - Constructor for class games.simulation.flayer.concretClasses.listenerFamily.AirPlaneButton
 
AirPlaneListener - Interface in games.simulation.flayer.interfaces.listenerFamily
 
AirPlaneSubject - Interface in games.simulation.flayer.interfaces.subjectFamily
 
anima.component - package anima.component
 
anima.component.exception - package anima.component.exception
 
anima.component.javalocal - package anima.component.javalocal
 
anima.connector - package anima.connector
 
anima.connector.exception - package anima.connector.exception
 
anima.connector.javalocal - package anima.connector.javalocal
 
anima.context - package anima.context
 
anima.context.exception - package anima.context.exception
 
anima.context.javalocal - package anima.context.javalocal
 
anima.message - package anima.message
 
anima.message.exception - package anima.message.exception
 
anima.message.javalocal - package anima.message.javalocal
 
area() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
area() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
area() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
area() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
area() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
area() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
area() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
area() - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
area() - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld
 
assignMessageFactory(IMessageFactory) - Method in interface anima.component.IComponentFactory
Assign an message factory that will be used to component.
assignMessageFactory(IMessageFactory) - Method in interface anima.component.IComponentMessageDriven
Method that assign an Factory of Message
public void assignMessageFactory(IMessageFactory messageFactory);
assignMessageFactory(IMessageFactory) - Method in class anima.component.javalocal.JavaLocalComponentFactory
Assign an message factory that will be used to component.
assignMessageFactory(IMessageFactory) - Method in class examples.statistics.v03.StatisticsComponentSyncMessage
 
assignMessageFactory(IMessageFactory) - Method in class examples.statistics.v04.StatisticsConsumerComponentSyncMessage
 
assignMessageFactory(IMessageFactory) - Method in class examples.statistics.v05.StatisticsComponentAssyncMessage
 
assignMessageFactory(IMessageFactory) - Method in class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 
assyncMessage(IMessage) - Method in class anima.connector.javalocal.JavaLocal1To1AssyncConnector
This method dispatches the IMessage received on the parameter using this.broker
assyncMessage(IMessage) - Method in interface anima.message.IAssyncReceiver
Set a message to an AssyncReceiver
assyncMessage(IMessage) - Method in class examples.message.assyncpingpong01.Pong
 
assyncMessage(IMessage) - Method in class examples.message.assyncpingpong02.Ping
 
assyncMessage(IMessage) - Method in class examples.message.assyncpingpong02.Pong
 
assyncMessage(IMessage) - Method in class examples.statistics.v05.StatisticsComponentAssyncMessage
 
assyncMessage(IMessage) - Method in class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 
average() - Method in interface examples.statistics.v01.IStatistics
return the average of float values.
average() - Method in class examples.statistics.v01.StatisticsComponent
 

B

Body - Interface in games.simulation.flayer.interfaces.objectsFamily.airPlane.body
 
Botao - Class in games.simulation.flayer.game
 
Botao(String) - Constructor for class games.simulation.flayer.game.Botao
 
build(Body) - Method in class games.simulation.flayer.concretClasses.factoryFamily.airPlane.FactoryAirplaneOne
 
build(Body) - Method in interface games.simulation.flayer.interfaces.factoryFamily.airPlane.AbstractFactoryAirPlane
 

C

Cockpit - Interface in games.simulation.flayer.interfaces.objectsFamily.airPlane.cockpit
 
CommunicationContext - Class in anima.context
 
CommunicationContext() - Constructor for class anima.context.CommunicationContext
Default constructor protected to force the user to initialize the ComunicationContext
CommunicationContext(IBroker, IMessageFactory, IConnectorFactory) - Constructor for class anima.context.CommunicationContext
Overloaded constructor
ComponentContextFactory - Class in anima.context
 
ComponentFactoryException - Exception in anima.component.exception
Serial Version User ID
private static final long serialVersionUID = -856193522204342219L;
This UID creates only one identification.
ComponentFactoryException() - Constructor for exception anima.component.exception.ComponentFactoryException
Default constructor.
ComponentFactoryException(String) - Constructor for exception anima.component.exception.ComponentFactoryException
Constructor with a personalized message.
ComponentFactoryException(Throwable) - Constructor for exception anima.component.exception.ComponentFactoryException
Constructor with a Throwable cause.
ComponentFactoryException(String, Throwable) - Constructor for exception anima.component.exception.ComponentFactoryException
Constructor with a personalized message and Throwable cause.
ConcretAirPlaneOne - Class in games.simulation.flayer.concretClasses.objectsFamily.airPlane
 
ConcretAirPlaneOne() - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
ConcretAirPlaneOne(Body) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
ConcretAirPlaneOneEnimy - Class in games.simulation.flayer.concretClasses.objectsFamily.airPlane
 
ConcretAirPlaneOneEnimy() - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOneEnimy
 
ConcretBodyOne - Class in games.simulation.flayer.concretClasses.objectsFamily.airPlane.body
 
ConcretBodyOne() - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
ConcretBodyOne(Cockpit, Engine, FuelTank, Vector, Double, Double, Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
ConcretCockpitOne - Class in games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit
 
ConcretCockpitOne() - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
ConcretCockpitOne(Double, Double, Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
ConcretEngineOne - Class in games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine
 
ConcretEngineOne() - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
ConcretEngineOne(FuelTank, Double, Double, Double, Double, Double, Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
ConcretFuelTankOne - Class in games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank
 
ConcretFuelTankOne(Double, Double, Double, Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
ConcretLevelOne - Class in games.simulation.flayer.concretClasses.objectsFamily.level
 
ConcretLevelOne() - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
ConcretLevelOne(Double, Double, Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
ConcretWingOne - Class in games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing
 
ConcretWingOne() - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
ConcretWingOne(Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
ConcretWingOne(Double, Double, Double, Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
ConcretWingTwo - Class in games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing
 
ConcretWingTwo() - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
ConcretWingTwo(Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
ConcretWingTwo(Double, Double, Double, Double) - Constructor for class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
connect(IAssyncReceiver) - Method in interface anima.message.IAssyncSender
 
connect(ISyncReceiver) - Method in interface anima.message.ISyncSender
 
connect(IStatistics) - Method in interface examples.statistics.v02.IStatisticsReceptacle
 
connect(IStatistics) - Method in class examples.statistics.v02.StatisticsConsumerComponent
 
connect(ISyncReceiver) - Method in class examples.statistics.v04.StatisticsConsumerComponentSyncMessage
 
connect(IAssyncReceiver) - Method in class examples.statistics.v05.StatisticsComponentAssyncMessage
 
connect(IAssyncReceiver) - Method in class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 
ConnectorException - Exception in anima.component.exception
This class cast exceptions for when have any problem with connector Extends the class Exception
ConnectorException() - Constructor for exception anima.component.exception.ConnectorException
Default constructor.
ConnectorException(String, Throwable) - Constructor for exception anima.component.exception.ConnectorException
Constructor with a personalized message and Throwable cause.
ConnectorException(String) - Constructor for exception anima.component.exception.ConnectorException
Constructor with a personalized message.
ConnectorException(Throwable) - Constructor for exception anima.component.exception.ConnectorException
Constructor with a Throwable cause.
ConnectorFactoryException - Exception in anima.connector.exception
This class cast exceptions for when have any problem creating an Connector.
ConnectorFactoryException() - Constructor for exception anima.connector.exception.ConnectorFactoryException
Default constructor
public ConnectorFactoryException() { }
ConnectorFactoryException(String) - Constructor for exception anima.connector.exception.ConnectorFactoryException
Constructor with parameter
public ConnectorFactoryException(String arg0) { super(arg0); }
ConnectorFactoryException(Throwable) - Constructor for exception anima.connector.exception.ConnectorFactoryException
Constructor with other type parameter
public ConnectorFactoryException(Throwable arg0) { super(arg0); }
ConnectorFactoryException(String, Throwable) - Constructor for exception anima.connector.exception.ConnectorFactoryException
Constructor with two parameters
public ConnectorFactoryException(String arg0, Throwable arg1) { super(arg0, arg1); }
ContextException - Exception in anima.context.exception
This class casts a ContextException and defines four constructors and extends class Exception
ContextException() - Constructor for exception anima.context.exception.ContextException
Constructor default
public ContextException() { }
ContextException(String) - Constructor for exception anima.context.exception.ContextException
Constructor receives
ContextException(Throwable) - Constructor for exception anima.context.exception.ContextException
Constructor receives
ContextException(String, Throwable) - Constructor for exception anima.context.exception.ContextException
Constructor receives two parameters
coordinates() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
coordinates() - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position.ObjectsWorldPosition
 
create1to1AssyncConnector(IAssyncSender, IAssyncReceiver) - Method in interface anima.connector.IConnectorFactory
This method creates an asynchronous connector
This asynchronous connector refers to way how the message will
sent.
create1to1AssyncConnector(IAssyncSender, IAssyncReceiver) - Method in class anima.connector.javalocal.JavaLocalConnectorFactory
This method creates a AssyncConnector and uses parameters
public IAssyncConnector create1to1AssyncConnector(IAssyncSender sender, IAssyncReceiver receiver) throws ConnectorException { IAssyncConnector connector = new JavaLocal1To1AssyncConnector(sender, receiver, broker); sender.connect(connector); return connector; }
create1to1SyncConnector(ISyncSender, ISyncReceiver) - Method in interface anima.connector.IConnectorFactory
This method creates a synchronous connector.
create1to1SyncConnector(ISyncSender, ISyncReceiver) - Method in class anima.connector.javalocal.JavaLocalConnectorFactory
This method creates a SyncConnector and uses parameters
public ISyncConnector create1to1SyncConnector(ISyncSender sender, ISyncReceiver receiver) throws ConnectorException { sender.connect(receiver); return new JavaLocal1To1SyncConnector(sender, receiver); }
createAirPlane(AbstractFactoryAirPlane) - Static method in class games.simulation.flayer.game.Game
AIRPLANE
createBroker() - Method in interface anima.message.IMessageFactory
Creates an instance of a Broker, witch can dispatch a synchronous and asynchronous messages or even create an instance of a MessageFactory
createBroker() - Method in class anima.message.javalocal.JavaLocalMessageFactory
 
createComponentFactory() - Method in interface anima.context.IComponentContext
Creates a default component factory.
createComponentFactory(String) - Method in interface anima.context.IComponentContext
Creates a component factory for a given type.
createComponentFactory() - Method in class anima.context.javalocal.JavaLocalContext
Creates a default component factory.
createComponentFactory(String) - Method in class anima.context.javalocal.JavaLocalContext
Creates a component factory for a given type.
createConnectorFactory(IBroker) - Method in interface anima.context.IComponentContext
Creates a default connector factory.
createConnectorFactory(String, IBroker) - Method in interface anima.context.IComponentContext
Creates a connector factory for a given type.
createConnectorFactory(IBroker) - Method in class anima.context.javalocal.JavaLocalContext
Creates a default connector factory.
createConnectorFactory(String, IBroker) - Method in class anima.context.javalocal.JavaLocalContext
Creates a connector factory for a given type.
createContext() - Static method in class anima.context.ComponentContextFactory
Create an Component with DEFAULT context For more information about CONTEXT @see XXXXXXX
createContext(String) - Static method in class anima.context.ComponentContextFactory
This is an Parameterized Factory Method you can use some context's see the field's in @ComponentContextFactory
createInstance(String, String) - Method in interface anima.component.IComponentFactory
This is an parameterized Factory Method get two parameters and return an instance.
createInstance(String, String, String) - Method in interface anima.component.IComponentFactory
Create an instance and return it's interface.
createInstance(String, String) - Method in class anima.component.javalocal.JavaLocalComponentFactory
public IUnknown createInstance(String classId, String primaryKey) { IUnknown component = null; if (classId.equalsIgnoreCase(StatisticsComponent.STATISTICSCOMPONENT_ID)) component = new StatisticsComponent(primaryKey); else if (classId.equalsIgnoreCase(StatisticsConsumerComponent.STATISTICSCONSUMERCOMPONENT_ID)) component = new StatisticsConsumerComponent(primaryKey); else if (classId.equalsIgnoreCase(StatisticsComponentSyncMessage.STATISTICSCOMPONENTMESSAGE_ID)) component = new StatisticsComponentSyncMessage(primaryKey); else if (classId.equalsIgnoreCase(StatisticsConsumerComponentSyncMessage.STATISTICSCONSUMERCOMPONENTMESSAGE_ID)) component = new StatisticsConsumerComponentSyncMessage(primaryKey); else if (classId.equalsIgnoreCase(StatisticsComponentAssyncMessage.STATISTICSCOMPONENTMESSAGE_ID)) component = new StatisticsComponentAssyncMessage(primaryKey); else if (classId.equalsIgnoreCase(StatisticsConsumerComponentAssyncMessage.STATISTICSCONSUMERCOMPONENTMESSAGE_ID)) component = new StatisticsConsumerComponentAssyncMessage(primaryKey); if (messageFactory !
createInstance(String, String, String) - Method in class anima.component.javalocal.JavaLocalComponentFactory
Create an instance and return it's interface.
createLevel(AbstractFactoryLevel) - Static method in class games.simulation.flayer.game.Game
LEVEL
createMessage(String, ISourceMessage) - Method in interface anima.message.IMessageFactory
Produces a message without parameters.
createMessage(String, ISourceMessage, Object) - Method in interface anima.message.IMessageFactory
Produces a message with parameters.
createMessage(String, ISourceMessage) - Method in class anima.message.javalocal.JavaLocalMessageFactory
 
createMessage(String, ISourceMessage, Object) - Method in class anima.message.javalocal.JavaLocalMessageFactory
 
createMessageFactory() - Method in interface anima.context.IComponentContext
Creates a default message factory.
createMessageFactory(String) - Method in interface anima.context.IComponentContext
Creates a message factory for a given type.
createMessageFactory() - Method in class anima.context.javalocal.JavaLocalContext
Creates a default message factory.
createMessageFactory(String) - Method in class anima.context.javalocal.JavaLocalContext
Creates a message factory for a given type.

D

DEFAULT - Static variable in class anima.context.javalocal.JavaLocalContext
 
DEFAULT_CONTEXT - Static variable in class anima.context.ComponentContextFactory
Field that represent an DEFAULT Context...
descressFuel(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
descressFuel(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
Decress some fuel value.
dessacelerateAirplane() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
dessacelerateAirplane() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
dispatchAssyncMessage(IAssyncReceiver, IMessage) - Method in interface anima.message.IBroker
Dispatch an Asynchronous receiver, and our message
dispatchAssyncMessage(IAssyncReceiver, IMessage) - Method in class anima.message.javalocal.JavaLocalBroker
 
dispatchSyncMessage(ISyncReceiver, IMessage) - Method in interface anima.message.IBroker
Dispatch an synchronous receiver, and our message
dispatchSyncMessage(ISyncReceiver, IMessage) - Method in class anima.message.javalocal.JavaLocalBroker
 
down() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
down() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
draw() - Method in class games.simulation.flayer.concretClasses.listenerFamily.AirPlaneButton
 

E

Engine - Interface in games.simulation.flayer.interfaces.objectsFamily.airPlane.engine
 
examples.message.assyncpingpong01 - package examples.message.assyncpingpong01
 
examples.message.assyncpingpong02 - package examples.message.assyncpingpong02
 
examples.message.syncpingpong - package examples.message.syncpingpong
 
examples.statistics.v01 - package examples.statistics.v01
Example illustrating a simple component creation and instantiation.
examples.statistics.v02 - package examples.statistics.v02
 
examples.statistics.v03 - package examples.statistics.v03
 
examples.statistics.v04 - package examples.statistics.v04
 
examples.statistics.v05 - package examples.statistics.v05
 

F

FactoryAirplaneOne - Class in games.simulation.flayer.concretClasses.factoryFamily.airPlane
 
FactoryAirplaneOne() - Constructor for class games.simulation.flayer.concretClasses.factoryFamily.airPlane.FactoryAirplaneOne
 
FactoryLevelOne - Class in games.simulation.flayer.concretClasses.factoryFamily.level
 
FactoryLevelOne() - Constructor for class games.simulation.flayer.concretClasses.factoryFamily.level.FactoryLevelOne
 
fillFluelTank(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
fillFluelTank(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
Incress fuel on FuelTank.
fireAirPlaneListenerDrawEvents() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
fireAirPlaneListenerDrawEvents() - Method in interface games.simulation.flayer.interfaces.subjectFamily.AirPlaneSubject
 
FuelTank - Interface in games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank
 
fuelToEngine(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
fuelToEngine(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
Decess some fuel value based on Engine Potency.

G

Game - Class in games.simulation.flayer.game
 
Game() - Constructor for class games.simulation.flayer.game.Game
 
games.simulation.flayer.concretClasses.factoryFamily.airPlane - package games.simulation.flayer.concretClasses.factoryFamily.airPlane
 
games.simulation.flayer.concretClasses.factoryFamily.level - package games.simulation.flayer.concretClasses.factoryFamily.level
 
games.simulation.flayer.concretClasses.listenerFamily - package games.simulation.flayer.concretClasses.listenerFamily
 
games.simulation.flayer.concretClasses.objectsFamily.airPlane - package games.simulation.flayer.concretClasses.objectsFamily.airPlane
 
games.simulation.flayer.concretClasses.objectsFamily.airPlane.body - package games.simulation.flayer.concretClasses.objectsFamily.airPlane.body
 
games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit - package games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit
 
games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine - package games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine
 
games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank - package games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank
 
games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing - package games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing
 
games.simulation.flayer.concretClasses.objectsFamily.level - package games.simulation.flayer.concretClasses.objectsFamily.level
 
games.simulation.flayer.game - package games.simulation.flayer.game
 
games.simulation.flayer.interfaces.factoryFamily.airPlane - package games.simulation.flayer.interfaces.factoryFamily.airPlane
 
games.simulation.flayer.interfaces.factoryFamily.level - package games.simulation.flayer.interfaces.factoryFamily.level
 
games.simulation.flayer.interfaces.listenerFamily - package games.simulation.flayer.interfaces.listenerFamily
 
games.simulation.flayer.interfaces.objectsFamily.airPlane - package games.simulation.flayer.interfaces.objectsFamily.airPlane
 
games.simulation.flayer.interfaces.objectsFamily.airPlane.body - package games.simulation.flayer.interfaces.objectsFamily.airPlane.body
 
games.simulation.flayer.interfaces.objectsFamily.airPlane.cockpit - package games.simulation.flayer.interfaces.objectsFamily.airPlane.cockpit
 
games.simulation.flayer.interfaces.objectsFamily.airPlane.engine - package games.simulation.flayer.interfaces.objectsFamily.airPlane.engine
 
games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank - package games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank
 
games.simulation.flayer.interfaces.objectsFamily.airPlane.wing - package games.simulation.flayer.interfaces.objectsFamily.airPlane.wing
 
games.simulation.flayer.interfaces.objectsFamily.level - package games.simulation.flayer.interfaces.objectsFamily.level
 
games.simulation.flayer.interfaces.objectsFamily.objectsWorld - package games.simulation.flayer.interfaces.objectsFamily.objectsWorld
 
games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position - package games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position
 
games.simulation.flayer.interfaces.subjectFamily - package games.simulation.flayer.interfaces.subjectFamily
 
games.simulation.flayer.staticClasses - package games.simulation.flayer.staticClasses
 
gasComsumedByEngine() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
gasComsumedByEngine() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
 
getBroker() - Method in class anima.context.CommunicationContext
Return a broker
getCockpit() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
getCockpit() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
getConnectorFactory() - Method in class anima.context.CommunicationContext
Return a connectorFactory
getCurrentCapacity() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
getCurrentCapacity() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
 
getCurrentFuelStats() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
getCurrentFuelStats() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
 
getEngine() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
getEngine() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
getEstability() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
getEstability() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
getEstability() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.wing.Wing
 
getFuelTank() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
getFuelTank() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
getLabel() - Method in interface anima.message.IMessage
 
getLabel() - Method in class anima.message.javalocal.JavaLocalMessage
 
getLowMedHigFuelStats() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
getLowMedHigFuelStats() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
 
getMaxCapacity() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
getMaxCapacity() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
 
getMaxPotency() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
getMaxPotency() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
 
getMessageFactory() - Method in class anima.context.CommunicationContext
Return a message.
getMessageFactory() - Method in interface anima.message.IBroker
Return an Factory of Messages.
getMessageFactory() - Method in class anima.message.javalocal.JavaLocalBroker
 
getObjectHeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
getObjectHeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
getObjectHeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
getObjectHeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
getObjectHeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
getObjectHeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
getObjectHeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
getObjectHeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
getObjectHeight() - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld
 
getObjectOnWorldCoordinate(ObjectsWorldPosition) - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
getObjectOnWorldCoordinate(ObjectsWorldPosition) - Method in interface games.simulation.flayer.interfaces.objectsFamily.level.Level
Return a Single Object on Map with yours Coordinates
getObjectsOnWorld() - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
getObjectsOnWorld() - Method in interface games.simulation.flayer.interfaces.objectsFamily.level.Level
Return an List of Objects ObjectsWorldPosition
getObjectWeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
getObjectWeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
getObjectWeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
getObjectWeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
getObjectWeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
getObjectWeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
getObjectWeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
getObjectWeight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
getObjectWeight() - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld
 
getObjectWidth() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
getObjectWidth() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
getObjectWidth() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
getObjectWidth() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
getObjectWidth() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
getObjectWidth() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
getObjectWidth() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
getObjectWidth() - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
getObjectWidth() - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld
 
getParameters() - Method in interface anima.message.IMessage
 
getParameters() - Method in class anima.message.javalocal.JavaLocalMessage
 
getPotency() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
getPotency() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
 
getPrimaryKey() - Method in interface anima.component.IUnknown
Return the component Key This key identify the component
getPrimaryKey() - Method in class examples.statistics.v01.StatisticsComponent
 
getPrimaryKey() - Method in class examples.statistics.v02.StatisticsConsumerComponent
 
getReceiver() - Method in interface anima.connector.IAssyncConnector
This method return an
getReceiver() - Method in interface anima.connector.ISyncConnector
This method return an
public ISyncReceiver getReceiver();
getReceiver() - Method in class anima.connector.javalocal.JavaLocal1To1AssyncConnector
This method returns an IAssyncReceiver
getReceiver() - Method in class anima.connector.javalocal.JavaLocal1To1SyncConnector
This method returns an ISyncReceiver
public ISyncReceiver getReceiver() { return receiver; }
getSender() - Method in interface anima.connector.IAssyncConnector
This method return an
getSender() - Method in interface anima.connector.ISyncConnector
This method return an
public ISyncSender getSender();
getSender() - Method in class anima.connector.javalocal.JavaLocal1To1AssyncConnector
This method returns an IAssyncSender
getSender() - Method in class anima.connector.javalocal.JavaLocal1To1SyncConnector
This method returns an ISyncSender
public ISyncSender getSender() { return sender; }
getSource() - Method in interface anima.message.IMessage
 
getSource() - Method in class anima.message.javalocal.JavaLocalMessage
 
getWeightAirplaneRecomended() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
getWeightAirplaneRecomended() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
 
getWing() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
getWing() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.body.Body
 
getXCoordinate() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
getXCoordinate() - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position.ObjectsWorldPosition
 
getYCoordinate() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
getYCoordinate() - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position.ObjectsWorldPosition
 
getZCoordinate() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
getZCoordinate() - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position.ObjectsWorldPosition
 

H

heightRelativeToGround() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
heightRelativeToGround() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 

I

IAssyncConnector - Interface in anima.connector
This Interface has two method's
IAssyncReceiver - Interface in anima.message
This interface defines an IAssyncReceiver and own a method assyncMessage that receives the parameter message of the type IMessage
IAssyncSender - Interface in anima.message
 
IBroker - Interface in anima.message
 
IComponentContext - Interface in anima.context
This class represents an interface of ComponentContext It can creates a ComponentFactory, a ConnectorFactory and a MessageFactory
IComponentFactory - Interface in anima.component
This interface define two Factory method´s and one method that assign an Factory of Message to the component that will be created.
IComponentMessageDriven - Interface in anima.component
This interface define that a component can assign an message.
IConnectorFactory - Interface in anima.connector
This interface creates a Connector Factory one SyncConnector and one AssyncConnector
IMessage - Interface in anima.message
Represents a message that a component can send to other.
IMessageFactory - Interface in anima.message
 
incressVelocity() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
incressVelocity() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
insertValue(float) - Method in interface examples.statistics.v01.IStatistics
Insert an float value.
insertValue(float) - Method in class examples.statistics.v01.StatisticsComponent
 
IReceptacle - Interface in anima.component
This interface define a receptacle and extends the interface IUnknown
public interface IReceptacle extends IUnknown { }
ISourceMessage - Interface in anima.message
Interface ISourceMessage This is only a mark-up interface.
IStatistics - Interface in examples.statistics.v01
This is a simple statistic interface that describe basic functionalities
ISTATISTICS_ID - Static variable in class examples.statistics.v01.StatisticsComponent
 
ISTATISTICSMESSAGE_ID - Static variable in class examples.statistics.v03.StatisticsComponentSyncMessage
 
ISTATISTICSMESSAGE_ID - Static variable in class examples.statistics.v05.StatisticsComponentAssyncMessage
 
IStatisticsReceptacle - Interface in examples.statistics.v02
 
ISTATISTICSRECEPTACLE_ID - Static variable in class examples.statistics.v02.StatisticsConsumerComponent
 
ISTATISTICSRECEPTACLEMESSAGE_ID - Static variable in class examples.statistics.v04.StatisticsConsumerComponentSyncMessage
 
ISTATISTICSRECEPTACLEMESSAGE_ID - Static variable in class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 
ISyncConnector - Interface in anima.connector
This Interface has two method's
ISyncReceiver - Interface in anima.message
Interface ISyncReceiver This interface implements a source message
ISyncSender - Interface in anima.message
 
IUnknown - Interface in anima.component
 

J

JavaLocal1To1AssyncConnector - Class in anima.connector.javalocal
This class casts JavaLocal1to1AssyncConector and implements the interface IAssyncSyncConnector This class utilizes two attributes: One sender (ISyncAssyncSender) and one receiver (ISyncAssyncReceiver)
JavaLocal1To1AssyncConnector(IAssyncSender, IAssyncReceiver, IBroker) - Constructor for class anima.connector.javalocal.JavaLocal1To1AssyncConnector
The constructor receives tree parameters and it can to generate an exception Case receiver or sender be nulls an exception message will be generate
JavaLocal1To1SyncConnector - Class in anima.connector.javalocal
This class casts JavaLocal1to1SyncConector and implements the interface ISyncConnector This class utilizes two attributes: One sender (ISyncSender) and one receiver (ISyncReceiver)
JavaLocal1To1SyncConnector(ISyncSender, ISyncReceiver) - Constructor for class anima.connector.javalocal.JavaLocal1To1SyncConnector
The constructor receives two parameters and it can to generate an exception
public JavaLocal1To1SyncConnector(ISyncSender sender, ISyncReceiver receiver) throws ConnectorException { if (receiver == null) throw new ConnectorException("connection sender cannot be null"); else if (sender == null) throw new ConnectorException("connection receiver cannot be null"); this.sender = sender; this.receiver = receiver; } Case receiver or sender be nulls an exception message will be generate
JavaLocalBroker - Class in anima.message.javalocal
This class represents an instance of a broker, witch implements an IBroker and can dispatch synchronous and asynchronous messages
JavaLocalBroker(IMessageFactory) - Constructor for class anima.message.javalocal.JavaLocalBroker
 
JavaLocalComponentFactory - Class in anima.component.javalocal
This an Factory of Local components.
JavaLocalComponentFactory() - Constructor for class anima.component.javalocal.JavaLocalComponentFactory
 
JavaLocalConnectorFactory - Class in anima.connector.javalocal
This class creates a Local Connector Factory and implements the interface IConnectorFactory
JavaLocalConnectorFactory(IBroker) - Constructor for class anima.connector.javalocal.JavaLocalConnectorFactory
Default constructor for create connector and uses the parameter
JavaLocalContext - Class in anima.context.javalocal
This class creates a local component context ****it's instanced on ComponentContextFactory like DEFAULT_CONTEXT****** **** May be we can call this class DefaultJavaLocalContext ********
JavaLocalContext() - Constructor for class anima.context.javalocal.JavaLocalContext
 
JavaLocalMessage - Class in anima.message.javalocal
Contains a message that a component can send to other.
JavaLocalMessage() - Constructor for class anima.message.javalocal.JavaLocalMessage
 
JavaLocalMessage(String, ISourceMessage) - Constructor for class anima.message.javalocal.JavaLocalMessage
 
JavaLocalMessage(String, ISourceMessage, Object) - Constructor for class anima.message.javalocal.JavaLocalMessage
 
JavaLocalMessageFactory - Class in anima.message.javalocal
This class represents an implementation of a message factory interface
JavaLocalMessageFactory() - Constructor for class anima.message.javalocal.JavaLocalMessageFactory
 

L

left() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
left() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
Level - Interface in games.simulation.flayer.interfaces.objectsFamily.level
 

M

main(String[]) - Static method in class examples.message.assyncpingpong01.Table02
 
main(String[]) - Static method in class examples.message.assyncpingpong02.Table03
 
main(String[]) - Static method in class examples.message.syncpingpong.Table01
 
main(String[]) - Static method in class examples.statistics.v01.StatisticsTest01A
 
main(String[]) - Static method in class examples.statistics.v01.StatisticsTest01B
 
main(String[]) - Static method in class examples.statistics.v02.StatisticsTest02A
 
main(String[]) - Static method in class examples.statistics.v02.StatisticsTest02B
 
main(String[]) - Static method in class examples.statistics.v03.StatisticsTest01Message
 
main(String[]) - Static method in class examples.statistics.v04.StatisticsTest02Message
 
main(String[]) - Static method in class examples.statistics.v05.StatisticsTest03Message
 
main(String[]) - Static method in class games.simulation.flayer.game.Game
 
makeBodyAirPlane(Cockpit, Engine, FuelTank, Vector, Double, Double, Double) - Method in class games.simulation.flayer.concretClasses.factoryFamily.airPlane.FactoryAirplaneOne
 
makeBodyAirPlane(Cockpit, Engine, FuelTank, Vector, Double, Double, Double) - Method in interface games.simulation.flayer.interfaces.factoryFamily.airPlane.AbstractFactoryAirPlane
 
makeCockpit(Double, Double, Double) - Method in class games.simulation.flayer.concretClasses.factoryFamily.airPlane.FactoryAirplaneOne
 
makeCockpit(Double, Double, Double) - Method in interface games.simulation.flayer.interfaces.factoryFamily.airPlane.AbstractFactoryAirPlane
 
makeEngine(FuelTank, Double, Double, Double, Double, Double, Double) - Method in class games.simulation.flayer.concretClasses.factoryFamily.airPlane.FactoryAirplaneOne
 
makeEngine(FuelTank, Double, Double, Double, Double, Double, Double) - Method in interface games.simulation.flayer.interfaces.factoryFamily.airPlane.AbstractFactoryAirPlane
 
makeFuelTank(Double, Double, Double, Double) - Method in class games.simulation.flayer.concretClasses.factoryFamily.airPlane.FactoryAirplaneOne
 
makeFuelTank(Double, Double, Double, Double) - Method in interface games.simulation.flayer.interfaces.factoryFamily.airPlane.AbstractFactoryAirPlane
 
makeLevel(Double, Double, Double) - Method in class games.simulation.flayer.concretClasses.factoryFamily.level.FactoryLevelOne
 
makeLevel(Double, Double, Double) - Method in interface games.simulation.flayer.interfaces.factoryFamily.level.AbstractFactoryLevel
 
makeObjectWorld(String) - Method in class games.simulation.flayer.concretClasses.factoryFamily.level.FactoryLevelOne
 
makeObjectWorld(String) - Method in interface games.simulation.flayer.interfaces.factoryFamily.level.AbstractFactoryLevel
Factory Mathod Prototiped
makeWing(Double, Double, Double, Double) - Method in class games.simulation.flayer.concretClasses.factoryFamily.airPlane.FactoryAirplaneOne
 
makeWing(Double, Double, Double, Double) - Method in interface games.simulation.flayer.interfaces.factoryFamily.airPlane.AbstractFactoryAirPlane
 
MessageFactoryException - Exception in anima.message.exception
This class defines a MessageFactoryException and four constructors.
MessageFactoryException() - Constructor for exception anima.message.exception.MessageFactoryException
Constructor default
public MessageFactoryException() { }
MessageFactoryException(String) - Constructor for exception anima.message.exception.MessageFactoryException
Constructor receives
MessageFactoryException(Throwable) - Constructor for exception anima.message.exception.MessageFactoryException
Constructor receives other type of parameter
MessageFactoryException(String, Throwable) - Constructor for exception anima.message.exception.MessageFactoryException
Constructor receives two parameters

O

ObjectsWorld - Interface in games.simulation.flayer.interfaces.objectsFamily.objectsWorld
 
ObjectsWorldNonSetable - Interface in games.simulation.flayer.interfaces.objectsFamily.objectsWorld
 
ObjectsWorldPosition - Interface in games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position
 
ObjectsWorldPositionNonSetable - Interface in games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position
 
ObjectsWorldPositionSetable - Interface in games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position
 
ObjectsWorldSetable - Interface in games.simulation.flayer.interfaces.objectsFamily.objectsWorld
 

P

Ping - Class in examples.message.assyncpingpong01
This class creates client Ping and implements ISourceMessage own free attributes
Ping(IMessageFactory, IBroker, IAssyncReceiver) - Constructor for class examples.message.assyncpingpong01.Ping
Constructor default receives the parameters below:
Ping - Class in examples.message.assyncpingpong02
 
Ping(IMessageFactory, IBroker, IAssyncReceiver) - Constructor for class examples.message.assyncpingpong02.Ping
 
Ping - Class in examples.message.syncpingpong
 
Ping(IMessageFactory, IBroker, ISyncReceiver) - Constructor for class examples.message.syncpingpong.Ping
 
Pong - Class in examples.message.assyncpingpong01
 
Pong() - Constructor for class examples.message.assyncpingpong01.Pong
 
Pong - Class in examples.message.assyncpingpong02
 
Pong(IMessageFactory, IBroker) - Constructor for class examples.message.assyncpingpong02.Pong
 
Pong - Class in examples.message.syncpingpong
 
Pong(IMessageFactory) - Constructor for class examples.message.syncpingpong.Pong
 
proxyAverage() - Method in class examples.statistics.v02.StatisticsConsumerComponent
 
proxyAverage() - Method in class examples.statistics.v04.StatisticsConsumerComponentSyncMessage
 
proxyAverage() - Method in class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 
proxyInsertValue(float) - Method in class examples.statistics.v02.StatisticsConsumerComponent
 
proxyInsertValue(float) - Method in class examples.statistics.v04.StatisticsConsumerComponentSyncMessage
 
proxyInsertValue(float) - Method in class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 

Q

queryInterface(String) - Method in interface anima.component.IUnknown
Return the component Interface based on your id.
queryInterface(String) - Method in class examples.statistics.v01.StatisticsComponent
 
queryInterface(String) - Method in class examples.statistics.v02.StatisticsConsumerComponent
 
queryInterface(String) - Method in class examples.statistics.v03.StatisticsComponentSyncMessage
 
queryInterface(String) - Method in class examples.statistics.v04.StatisticsConsumerComponentSyncMessage
 
queryInterface(String) - Method in class examples.statistics.v05.StatisticsComponentAssyncMessage
 
queryInterface(String) - Method in class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 
QUEUESIZE - Static variable in class anima.message.javalocal.JavaLocalBroker
 

R

RegisterdObjectsNames - Class in games.simulation.flayer.staticClasses
 
RegisterdObjectsNames() - Constructor for class games.simulation.flayer.staticClasses.RegisterdObjectsNames
 
removeAirPlaneListener(AirPlaneListener) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
removeAirPlaneListener(AirPlaneListener) - Method in interface games.simulation.flayer.interfaces.subjectFamily.AirPlaneSubject
 
removeObjectOnWorld(ObjectsWorldPosition) - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
removeObjectOnWorld(ObjectsWorldPosition) - Method in interface games.simulation.flayer.interfaces.objectsFamily.level.Level
 
right() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
right() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
RPM() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
RPM() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
 
run() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
run() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOneEnimy
 
run() - Method in class games.simulation.flayer.game.Game
 

S

setBroker(IBroker) - Method in class anima.context.CommunicationContext
Set a broker
setConnectorFactory(IConnectorFactory) - Method in class anima.context.CommunicationContext
Set a connectorFactory
setCurrentCapacity(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
setCurrentCapacity(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
 
setEstability(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
setEstability(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
setEstability(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.wing.Wing
 
setLabel(String) - Method in interface anima.message.IMessage
 
setLabel(String) - Method in class anima.message.javalocal.JavaLocalMessage
 
setLocation() - Method in class games.simulation.flayer.game.Botao
 
setMaxCapacity(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
setMaxCapacity(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.fuelTank.FuelTank
Set the MAX CAPACITY of FuelTank.
setMaxPotency(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
setMaxPotency(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
Set MAX POTENCY that this Engine suport.
setMessageFactory(IMessageFactory) - Method in class anima.context.CommunicationContext
Set a messageFactory
setObjectHeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
setObjectHeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
setObjectHeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
setObjectHeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
setObjectHeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
setObjectHeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
setObjectHeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
setObjectHeight(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorldSetable
Set the Object height.
setObjectWeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
setObjectWeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
setObjectWeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
setObjectWeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
setObjectWeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
setObjectWeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
setObjectWeight(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
setObjectWeight(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorldSetable
Set the Object weight.
setObjectWidth(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
setObjectWidth(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
setObjectWidth(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
setObjectWidth(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
setObjectWidth(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
setObjectWidth(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 
setObjectWidth(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.level.ConcretLevelOne
 
setObjectWidth(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorldSetable
Set the Object width.
setParameters(Object) - Method in interface anima.message.IMessage
 
setParameters(Object) - Method in class anima.message.javalocal.JavaLocalMessage
 
setPotency(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
setPotency(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
Set the the current Engine potency.
setSource(ISourceMessage) - Method in interface anima.message.IMessage
 
setSource(ISourceMessage) - Method in class anima.message.javalocal.JavaLocalMessage
 
setTankLink(FuelTank) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
setTankLink(FuelTank) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
Set the FuelTank associed with this Engine.
setWeightAirplaneRecomended(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
setWeightAirplaneRecomended(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.engine.Engine
Set the total weight recomended for this Engine.
setXCoordinate(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
setXCoordinate(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position.ObjectsWorldPosition
 
setYCoordinate(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
setYCoordinate(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position.ObjectsWorldPosition
 
setZCoordinate(Double) - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
setZCoordinate(Double) - Method in interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.position.ObjectsWorldPosition
 
slideLeft() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
slideLeft() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
slideRight() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
slideRight() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
start() - Method in class examples.message.assyncpingpong01.Ping
This method initializes a creating message and send through of the broker
public void start() { System.out.println("ping"); IMessage message = factory.createMessage("ping", this); broker.dispatchAssyncMessage(thePong, message); }
start() - Method in class examples.message.assyncpingpong02.Ping
 
start() - Method in class examples.message.syncpingpong.Ping
 
StatisticsComponent - Class in examples.statistics.v01
 
StatisticsComponent(String) - Constructor for class examples.statistics.v01.StatisticsComponent
 
STATISTICSCOMPONENT_ID - Static variable in class examples.statistics.v01.StatisticsComponent
 
StatisticsComponentAssyncMessage - Class in examples.statistics.v05
 
StatisticsComponentAssyncMessage(String) - Constructor for class examples.statistics.v05.StatisticsComponentAssyncMessage
 
STATISTICSCOMPONENTMESSAGE_ID - Static variable in class examples.statistics.v03.StatisticsComponentSyncMessage
 
STATISTICSCOMPONENTMESSAGE_ID - Static variable in class examples.statistics.v05.StatisticsComponentAssyncMessage
 
StatisticsComponentSyncMessage - Class in examples.statistics.v03
 
StatisticsComponentSyncMessage(String) - Constructor for class examples.statistics.v03.StatisticsComponentSyncMessage
 
StatisticsConsumerComponent - Class in examples.statistics.v02
 
StatisticsConsumerComponent(String) - Constructor for class examples.statistics.v02.StatisticsConsumerComponent
 
STATISTICSCONSUMERCOMPONENT_ID - Static variable in class examples.statistics.v02.StatisticsConsumerComponent
 
StatisticsConsumerComponentAssyncMessage - Class in examples.statistics.v05
 
StatisticsConsumerComponentAssyncMessage(String) - Constructor for class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 
STATISTICSCONSUMERCOMPONENTMESSAGE_ID - Static variable in class examples.statistics.v04.StatisticsConsumerComponentSyncMessage
 
STATISTICSCONSUMERCOMPONENTMESSAGE_ID - Static variable in class examples.statistics.v05.StatisticsConsumerComponentAssyncMessage
 
StatisticsConsumerComponentSyncMessage - Class in examples.statistics.v04
 
StatisticsConsumerComponentSyncMessage(String) - Constructor for class examples.statistics.v04.StatisticsConsumerComponentSyncMessage
 
StatisticsTest01A - Class in examples.statistics.v01
 
StatisticsTest01A() - Constructor for class examples.statistics.v01.StatisticsTest01A
 
StatisticsTest01B - Class in examples.statistics.v01
 
StatisticsTest01B() - Constructor for class examples.statistics.v01.StatisticsTest01B
 
StatisticsTest01Message - Class in examples.statistics.v03
 
StatisticsTest01Message() - Constructor for class examples.statistics.v03.StatisticsTest01Message
 
StatisticsTest02A - Class in examples.statistics.v02
 
StatisticsTest02A() - Constructor for class examples.statistics.v02.StatisticsTest02A
 
StatisticsTest02B - Class in examples.statistics.v02
 
StatisticsTest02B() - Constructor for class examples.statistics.v02.StatisticsTest02B
 
StatisticsTest02Message - Class in examples.statistics.v04
 
StatisticsTest02Message() - Constructor for class examples.statistics.v04.StatisticsTest02Message
 
StatisticsTest03Message - Class in examples.statistics.v05
 
StatisticsTest03Message() - Constructor for class examples.statistics.v05.StatisticsTest03Message
 
sum() - Method in interface examples.statistics.v01.IStatistics
return a sum of float values.
sum() - Method in class examples.statistics.v01.StatisticsComponent
 
syncMessage(IMessage) - Method in class anima.connector.javalocal.JavaLocal1To1SyncConnector
This method receives
public IMessage syncMessage(IMessage theMessage) { return receiver.syncMessage(theMessage); }
syncMessage(IMessage) - Method in interface anima.message.ISyncReceiver
This method receives a synchronous message and returns the message
syncMessage(IMessage) - Method in class examples.message.syncpingpong.Pong
 
syncMessage(IMessage) - Method in class examples.statistics.v03.StatisticsComponentSyncMessage
 

T

Table01 - Class in examples.message.syncpingpong
 
Table01() - Constructor for class examples.message.syncpingpong.Table01
 
Table02 - Class in examples.message.assyncpingpong01
 
Table02() - Constructor for class examples.message.assyncpingpong01.Table02
 
Table03 - Class in examples.message.assyncpingpong02
 
Table03() - Constructor for class examples.message.assyncpingpong02.Table03
 
toString() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.body.ConcretBodyOne
 
toString() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.cockpit.ConcretCockpitOne
 
toString() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
toString() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.engine.ConcretEngineOne
 
toString() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.fuelTank.ConcretFuelTankOne
 
toString() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingOne
 
toString() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.wing.ConcretWingTwo
 

U

up() - Method in class games.simulation.flayer.concretClasses.objectsFamily.airPlane.ConcretAirPlaneOne
 
up() - Method in interface games.simulation.flayer.interfaces.objectsFamily.airPlane.AirPlane
 
update(AirPlane) - Method in class games.simulation.flayer.concretClasses.listenerFamily.AirPlaneButton
 
update(AirPlane) - Method in interface games.simulation.flayer.interfaces.listenerFamily.AirPlaneListener
 
updateAverage(float) - Method in class examples.statistics.v02.StatisticsConsumerComponent
 

W

Wing - Interface in games.simulation.flayer.interfaces.objectsFamily.airPlane.wing
 

A B C D E F G H I J L M O P Q R S T U W

Copyright © 2007. All Rights Reserved.