Skip navigation links
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

S

safetyMargin - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Agent
 
saveActions - Static variable in class core.competition.GVGExecutor
 
saveImage(String) - Method in class core.vgdl.VGDLViewer
 
saveInformation - Static variable in class controller.PlanningAgent
 
scalarProduct(Vector2d) - Method in class tools.Vector2d
Calculates the scalar product of this vector and the one passed by parameter
SCORE_DISQ - Static variable in class ontology.Types
 
SCORE_WIN - Static variable in class core.optimization.ucbOptimization.UCBOptimization
Weights for Score wrt to Wins in the optimization problem
scoreChange - Variable in class core.game.GameDescription.InteractionData
The amount of score this interaction changes
scoreChange - Variable in class ontology.effects.Effect
 
scoreChangeIfKilled - Variable in class ontology.effects.unary.SubtractHealthPoints
 
SCREENSHOT_FILENAME - Static variable in class core.competition.CompetitionParameters
Path to the temporary game screenshot.
screenSize - Variable in class core.game.Game
Screen size.
sd() - Method in class tools.StatSummary
 
second - Variable in class tools.Pair
 
seeds - Static variable in class core.competition.GVGExecutor
 
selectChild() - Method in class tracks.singlePlayer.advanced.olets.SingleTreeNode
Selects a child node, from the current node.
SelectNode() - Method in class tracks.singlePlayer.simple.greedyTreeSearch.TreeNode
 
sequential - Variable in class ontology.effects.Effect
 
SerializableImage - Class in core.game
Created by Daniel on 27.06.2017.
SerializableImage(BufferedImage, StateObservation) - Constructor for class core.game.SerializableImage
 
SerializableStateObservation - Class in core.game
Created with IntelliJ IDEA.
SerializableStateObservation(StateObservation, Boolean) - Constructor for class core.game.SerializableStateObservation
 
SerializableStateObservation(StateObservation) - Constructor for class core.game.SerializableStateObservation
 
SerializableStateObservation.Phase - Enum in core.game
 
serialize(String) - Method in class core.game.SerializableImage
This method serializes this class into a cohesive json object, using GSon, and optionally saves the converted object to a given file.
serialize(String) - Method in class core.game.SerializableStateObservation
This method serializes this class into a cohesive json object, using GSon, and optionally saves the converted object to a given file.
serialize(Object) - Method in interface tools.com.google.gson.JsonSerializationContext
Invokes default serialization on the specified object.
serialize(Object, Type) - Method in interface tools.com.google.gson.JsonSerializationContext
Invokes default serialization on the specified object passing the specific type information.
serialize(T, Type, JsonSerializationContext) - Method in interface tools.com.google.gson.JsonSerializer
Gson invokes this call-back method during serialization when it encounters a field of the specified type.
serialize(Long) - Method in enum tools.com.google.gson.LongSerializationPolicy
Serialize this value using this serialization policy.
SerializedName - Annotation Type in tools.com.google.gson.annotations
An annotation that indicates this member should be serialized to JSON with the provided name value as its field name.
serializeNulls() - Method in class tools.com.google.gson.Gson
 
serializeNulls() - Method in class tools.com.google.gson.GsonBuilder
Configure Gson to serialize null fields.
serializeSpecialFloatingPointValues() - Method in class tools.com.google.gson.GsonBuilder
Section 2.4 of JSON specification disallows special double values (NaN, Infinity, -Infinity).
set(int, JsonElement) - Method in class tools.com.google.gson.JsonArray
Replaces the element at the specified position in this array with the specified element.
set(Vector2d) - Method in class tools.Vector2d
Sets this vector's coordinates to the coordinates of another vector.
set(double, double) - Method in class tools.Vector2d
Sets this vector's coordinates to the coordinates given.
set(int, int, String) - Method in class tracks.levelGeneration.constructiveLevelGenerator.LevelData
set a position in the map to a certain type
setAction(Types.ACTIONS, int) - Method in class tools.KeyHandler
 
setActions(int[]) - Method in class tracks.multiPlayer.advanced.sampleRHEA.Individual
 
setActions(int[]) - Method in class tracks.multiPlayer.advanced.sampleRS.Individual
 
setActions(ArrayList<Types.ACTIONS>) - Method in class tracks.multiPlayer.tools.replayer.Agent
Loads the action from the contents of the object received as parameter.
setActions(int[]) - Method in class tracks.singlePlayer.advanced.sampleRHEA.Individual
 
setActions(int[]) - Method in class tracks.singlePlayer.advanced.sampleRS.Individual
 
setActions(ArrayList<Types.ACTIONS>) - Method in class tracks.singlePlayer.tools.replayer.Agent
Loads the action from the contents of the object received as parameter.
setAvatar(MovingAvatar) - Method in class core.game.Game
Sets the avatar of the game.
setAvatar(MovingAvatar, int) - Method in class core.game.Game
Overloaded method, sets the avatar specified.
setAvatarLastAction(Types.ACTIONS) - Method in class core.game.Game
Sets the last action executed by the avatar.
setAvatarLastAction(Types.ACTIONS, int) - Method in class core.game.Game
Overloaded method for multi player games.
setCharMapping(HashMap<Character, ArrayList<String>>) - Method in class core.game.Game
Set the char mapping that is used to parse loaded levels
setCurrentGoal() - Method in class controller.Agenda
Method that sets the current goal.
setDateFormat(String) - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to serialize Date objects according to the pattern provided.
setDateFormat(int) - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to to serialize Date objects according to the style value provided.
setDateFormat(int, int) - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to to serialize Date objects according to the style value provided.
setDebugMode(boolean) - Static method in class controller.PlanningAgent
 
setDisabled(boolean) - Method in class core.vgdl.VGDLSprite
Set the disabled flag of this sprite.
setExclusionStrategies(ExclusionStrategy...) - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to apply a set of exclusion strategies during both serialization and deserialization.
setFieldNamingPolicy(FieldNamingPolicy) - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to apply a specific naming policy to an object's field during serialization and deserialization.
setFieldNamingStrategy(FieldNamingStrategy) - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to apply a specific naming policy strategy to an object's field during serialization and deserialization.
setFromAvatar(boolean) - Method in class core.vgdl.VGDLSprite
Used to indicate if this sprite was created by the avatar.
setGameConfigFile(String) - Static method in class controller.PlanningAgent
 
setGoalPredicate(String) - Method in class controller.PDDLSingleGoal
 
setHtmlSafe(boolean) - Method in class tools.com.google.gson.stream.JsonWriter
Configure this writer to emit JSON that's safe for direct inclusion in HTML and XML documents.
setIndent(String) - Method in class tools.com.google.gson.stream.JsonWriter
Sets the indentation string to be repeated for each level of indentation in the encoded document.
setKeyHandler(KeyHandler) - Method in class ontology.avatar.MovingAvatar
Sets the key handler of this avatar.
setLenient() - Method in class tools.com.google.gson.GsonBuilder
By default, Gson is strict and only accepts JSON as specified by RFC 4627.
setLenient(boolean) - Method in class tools.com.google.gson.stream.JsonReader
Configure this parser to be liberal in what it accepts.
setLenient(boolean) - Method in class tools.com.google.gson.stream.JsonWriter
Configure this writer to relax its syntax rules.
setLocalHost(boolean) - Static method in class controller.PlanningAgent
 
setLongSerializationPolicy(LongSerializationPolicy) - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to apply a specific serialization policy for Long and long objects.
setMask(int) - Method in class tools.KeyHandler
 
setMask(int) - Method in class tools.KeyPulse
 
setMaxTimeMillis(long) - Method in class tools.ElapsedCpuTimer
 
setMaxTimeMillis(long) - Method in class tools.ElapsedWallTimer
 
setMoveDir(Node) - Method in class tools.pathfinder.Node
 
setNewSeed(int) - Method in class core.game.ForwardModel
Sets a new seed for the forward model's random generator (creates a new object)
setNewSeed(int) - Method in class core.game.StateObservation
Sets a new seed for the forward model's random generator (creates a new object)
setNodeDepth(int) - Method in class tracks.singlePlayer.advanced.olets.SingleTreeNode
 
setParameters(HashMap<String, ParameterContent>) - Method in class core.game.Game
 
setParameters(HashMap<String, Object>) - Method in class tracks.levelGeneration.constraints.AbstractConstraint
Set the parameter of the constrains from a HashMap
setParameters(HashMap<String, Object>) - Method in class tracks.levelGeneration.constraints.CombinedConstraints
Set the parameters of all the constraints added
setPhase(Types.GAMESTATES) - Method in class core.game.SerializableStateObservation
 
setPlayerID(int) - Method in class core.player.Player
Set the ID of this player.
setPlayerID(int) - Method in class ontology.avatar.MovingAvatar
Set this player's ID to a new value.
setPrettyPrinting() - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to output Json that fits in a page for pretty printing.
setPriority(int) - Method in class controller.PDDLSingleGoal
 
setReachedFromPending(PDDLSingleGoal) - Method in class controller.Agenda
Method that allows to move a goal instance from the pending goals list to the reached goals list.
setReachedFromPreempted(PDDLSingleGoal) - Method in class controller.Agenda
Method that allows to move a goal instance from the preempted goals list to the reached goals list.
setRect(Vector2d, Dimension) - Method in class core.vgdl.VGDLSprite
 
setRect(Rectangle) - Method in class core.vgdl.VGDLSprite
 
setRemoveReachedGoalsList(List<String>) - Method in class controller.PDDLSingleGoal
 
setRuleset(String[][]) - Method in class tracks.ruleGeneration.geneticRuleGenerator.Chromosome
sets the ruleset
setRunningValue(int) - Method in class core.content.ParameterBoolContent
 
setRunningValue(int) - Method in class core.content.ParameterContent
 
setRunningValue(int) - Method in class core.content.ParameterDoubleContent
 
setRunningValue(int) - Method in class core.content.ParameterIntContent
 
setSaveGoal(boolean) - Method in class controller.PDDLSingleGoal
 
setSaveInformation(boolean) - Static method in class controller.PlanningAgent
 
setScore(double) - Method in class ontology.avatar.MovingAvatar
Sets the score of this player to a new value.
setSerializeNulls(boolean) - Method in class tools.com.google.gson.stream.JsonWriter
Sets whether object members are serialized when their value is null.
SetSpeedForAll - Class in ontology.effects.binary
Created with IntelliJ IDEA.
SetSpeedForAll(InteractionContent) - Constructor for class ontology.effects.binary.SetSpeedForAll
 
setStochastic(boolean) - Method in class core.game.Game
Defines this game as stochastic (or not) depending on the parameter passed.
setStochastic() - Method in class ontology.effects.Effect
 
setTabooBias(double) - Method in class tracks.singlePlayer.advanced.olets.SingleTreeNode
 
setup(String, int, boolean) - Method in class core.player.Player
This function sets up the controller to save the actions executed in a given game.
setValue(U) - Method in class tools.Pair
 
setVersion(double) - Method in class tools.com.google.gson.GsonBuilder
Configures Gson to enable versioning support.
setWinState(Types.WINNER) - Method in class ontology.avatar.MovingAvatar
Sets the win state of this player.
SharedData - Class in tracks.levelGeneration.geneticLevelGenerator
 
SharedData() - Constructor for class tracks.levelGeneration.geneticLevelGenerator.SharedData
 
SharedData - Class in tracks.ruleGeneration.geneticRuleGenerator
 
SharedData() - Constructor for class tracks.ruleGeneration.geneticRuleGenerator.SharedData
 
shieldedEffects - Variable in class core.game.Game
For each entry, int identifier of sprite type, a list with all the itypes this sprite belongs to.
ShieldFrom - Class in ontology.effects.unary
Created with IntelliJ IDEA.
ShieldFrom(InteractionContent) - Constructor for class ontology.effects.unary.ShieldFrom
 
shoot(Game, int) - Method in class ontology.avatar.oriented.ShootAvatar
 
shoot(Game, int) - Method in class ontology.avatar.oriented.SpaceshipAvatar
 
ShootAvatar - Class in ontology.avatar.oriented
Created with IntelliJ IDEA.
ShootAvatar() - Constructor for class ontology.avatar.oriented.ShootAvatar
 
ShootAvatar(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.avatar.oriented.ShootAvatar
 
ShootOnlyAvatar - Class in ontology.avatar.oriented
Created with IntelliJ IDEA.
ShootOnlyAvatar() - Constructor for class ontology.avatar.oriented.ShootOnlyAvatar
 
ShootOnlyAvatar(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.avatar.oriented.ShootOnlyAvatar
 
SHORT - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
SHORT_FACTORY - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
shouldSkipClass(Class<?>) - Method in interface tools.com.google.gson.ExclusionStrategy
 
shouldSkipField(FieldAttributes) - Method in interface tools.com.google.gson.ExclusionStrategy
 
shrinkfactor - Variable in class core.vgdl.VGDLSprite
Scale factor to draw this sprite.
SIGMOID_SHIFT - Static variable in class core.optimization.ucbOptimization.UCBOptimization
sigmoid shift for negative scores
SIGMOID_WIDTH - Static variable in class core.optimization.ucbOptimization.UCBOptimization
sigmoid width for score
SimpleStateHeuristic - Class in tracks.multiPlayer.tools.heuristics
Created with IntelliJ IDEA.
SimpleStateHeuristic(StateObservationMulti) - Constructor for class tracks.multiPlayer.tools.heuristics.SimpleStateHeuristic
 
SimpleStateHeuristic - Class in tracks.singlePlayer.tools.Heuristics
Created with IntelliJ IDEA.
SimpleStateHeuristic(StateObservation) - Constructor for class tracks.singlePlayer.tools.Heuristics.SimpleStateHeuristic
 
Since - Annotation Type in tools.com.google.gson.annotations
An annotation that indicates the version number since a member or a type has been present.
SingleMCTSPlayer - Class in tracks.multiPlayer.advanced.sampleMCTS
Created with IntelliJ IDEA.
SingleMCTSPlayer(Random, int[], Types.ACTIONS[][], int, int, int) - Constructor for class tracks.multiPlayer.advanced.sampleMCTS.SingleMCTSPlayer
 
SingleMCTSPlayer - Class in tracks.multiPlayer.deprecated.sampleMCTS
Created with IntelliJ IDEA.
SingleMCTSPlayer(Random, int[], Types.ACTIONS[][], int, int, int) - Constructor for class tracks.multiPlayer.deprecated.sampleMCTS.SingleMCTSPlayer
Creates the MCTS player with a sampleRandom generator object.
SingleMCTSPlayer - Class in tracks.singlePlayer.advanced.olets
Code written by Adrien Couetoux, acouetoux@ulg.ac.be.
SingleMCTSPlayer(Random, Agent) - Constructor for class tracks.singlePlayer.advanced.olets.SingleMCTSPlayer
Public constructor with a sampleRandom generator object.
SingleMCTSPlayer - Class in tracks.singlePlayer.advanced.sampleMCTS
Created with IntelliJ IDEA.
SingleMCTSPlayer(Random, int, Types.ACTIONS[]) - Constructor for class tracks.singlePlayer.advanced.sampleMCTS.SingleMCTSPlayer
 
SingleMCTSPlayer - Class in tracks.singlePlayer.deprecated.sampleMCTS
Created with IntelliJ IDEA.
SingleMCTSPlayer(Random, int, Types.ACTIONS[]) - Constructor for class tracks.singlePlayer.deprecated.sampleMCTS.SingleMCTSPlayer
Creates the MCTS player with a sampleRandom generator object.
SingleMCTSPlayer - Class in tracks.singlePlayer.tools.ucbOptimizerAgent
Created with IntelliJ IDEA.
SingleMCTSPlayer(Random) - Constructor for class tracks.singlePlayer.tools.ucbOptimizerAgent.SingleMCTSPlayer
Creates the MCTS player with a sampleRandom generator object.
singleton - Variable in class core.vgdl.VGDLSprite
Indicates if this sprite is a singleton.
singletons - Variable in class core.game.Game
Singletons of the game.
SingleTreeNode - Class in tracks.multiPlayer.advanced.sampleMCTS
 
SingleTreeNode(Random, int[], Types.ACTIONS[][], int, int, int) - Constructor for class tracks.multiPlayer.advanced.sampleMCTS.SingleTreeNode
 
SingleTreeNode(SingleTreeNode, int, Random, int, int, int, int[], Types.ACTIONS[][]) - Constructor for class tracks.multiPlayer.advanced.sampleMCTS.SingleTreeNode
 
SingleTreeNode - Class in tracks.multiPlayer.deprecated.sampleMCTS
 
SingleTreeNode(Random, int[], Types.ACTIONS[][], int, int, int) - Constructor for class tracks.multiPlayer.deprecated.sampleMCTS.SingleTreeNode
 
SingleTreeNode(StateObservationMulti, SingleTreeNode, Random, int[], Types.ACTIONS[][], int, int, int) - Constructor for class tracks.multiPlayer.deprecated.sampleMCTS.SingleTreeNode
 
SingleTreeNode - Class in tracks.singlePlayer.advanced.olets
Code written by Adrien Couetoux, acouetoux@ulg.ac.be.
SingleTreeNode(int) - Constructor for class tracks.singlePlayer.advanced.olets.SingleTreeNode
Public constructor for nodes with no declared parent node (eg. for a root node)
SingleTreeNode(SingleTreeNode, int, int, double, int) - Constructor for class tracks.singlePlayer.advanced.olets.SingleTreeNode
Public constructor for nodes with a parent node
SingleTreeNode - Class in tracks.singlePlayer.advanced.sampleMCTS
 
SingleTreeNode(Random, int, Types.ACTIONS[]) - Constructor for class tracks.singlePlayer.advanced.sampleMCTS.SingleTreeNode
 
SingleTreeNode(SingleTreeNode, int, Random, int, Types.ACTIONS[]) - Constructor for class tracks.singlePlayer.advanced.sampleMCTS.SingleTreeNode
 
SingleTreeNode - Class in tracks.singlePlayer.deprecated.sampleMCTS
 
SingleTreeNode(Random, int, Types.ACTIONS[]) - Constructor for class tracks.singlePlayer.deprecated.sampleMCTS.SingleTreeNode
 
SingleTreeNode(StateObservation, SingleTreeNode, Random, int, Types.ACTIONS[]) - Constructor for class tracks.singlePlayer.deprecated.sampleMCTS.SingleTreeNode
 
SingleTreeNode - Class in tracks.singlePlayer.tools.ucbOptimizerAgent
 
SingleTreeNode(Random, int[][]) - Constructor for class tracks.singlePlayer.tools.ucbOptimizerAgent.SingleTreeNode
 
SingleTreeNode(StateObservation, SingleTreeNode, Random, int[][]) - Constructor for class tracks.singlePlayer.tools.ucbOptimizerAgent.SingleTreeNode
 
size() - Method in class core.game.Game.Bucket
 
size(int) - Method in class core.game.Game.Bucket
 
size - Variable in class core.game.Game
Dimensions of the game.
size - Variable in class core.vgdl.VGDLSprite
The sprites size
size() - Method in class tools.com.google.gson.internal.LinkedHashTreeMap
 
size() - Method in class tools.com.google.gson.internal.LinkedTreeMap
 
size() - Method in class tools.com.google.gson.JsonArray
Returns the number of elements in the array.
size() - Method in class tools.com.google.gson.JsonObject
Returns the number of key/value pairs in the object.
skipValue() - Method in class tools.com.google.gson.internal.bind.JsonTreeReader
 
skipValue() - Method in class tools.com.google.gson.stream.JsonReader
Skips the next value recursively.
SLDescription - Class in core.game
 
SLDescription(Game, String[], int) - Constructor for class core.game.SLDescription
constructor for the SLDescription contains information about game sprites and the current level
SOCKET_PORT - Static variable in class core.competition.CompetitionParameters
Milliseconds allowed per controller action.
SocketComm - Class in tracks.singleLearning.utils
 
SocketComm(String) - Constructor for class tracks.singleLearning.utils.SocketComm
Public constructor of the player.
solid - Variable in class core.vgdl.VGDLSprite
Is this a SOLID sprite?
solidInteractions - Variable in class tools.GameAnalyzer
List of all different interactions cause an object to be solid
solidPercentage - Variable in class tracks.levelGeneration.constructiveLevelGenerator.LevelCoverData
the percentage of solid objects
solutionLength - Variable in class tracks.levelGeneration.constraints.SolutionLengthConstraint
the number of steps that the agent did when plays the game
SolutionLengthConstraint - Class in tracks.levelGeneration.constraints
 
SolutionLengthConstraint() - Constructor for class tracks.levelGeneration.constraints.SolutionLengthConstraint
 
sortBatch(VGDLSprite, ArrayList<VGDLSprite>, Game) - Method in class ontology.effects.Effect
Takes a batch of sprites to collide against at once, and builds the collision boundary with them.
SPACE_EXPLORATION_MAX_VALUE - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Helper
 
SPACE_EXPLORATION_VALUE - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Helper
 
SpaceshipAvatar - Class in ontology.avatar.oriented
Created with IntelliJ IDEA.
SpaceshipAvatar() - Constructor for class ontology.avatar.oriented.SpaceshipAvatar
 
SpaceshipAvatar(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.avatar.oriented.SpaceshipAvatar
 
Spawn - Class in ontology.effects.unary
Created by Diego on 18/02/14.
Spawn(InteractionContent) - Constructor for class ontology.effects.unary.Spawn
 
SpawnAbove - Class in ontology.effects.unary
 
SpawnAbove(InteractionContent) - Constructor for class ontology.effects.unary.SpawnAbove
 
spawnBehind - Variable in class ontology.avatar.oriented.OngoingTurningAvatar
 
SpawnBehind - Class in ontology.effects.unary
 
SpawnBehind(InteractionContent) - Constructor for class ontology.effects.unary.SpawnBehind
 
SpawnBelow - Class in ontology.effects.unary
 
SpawnBelow(InteractionContent) - Constructor for class ontology.effects.unary.SpawnBelow
 
spawnerTypes - Variable in class tools.GameAnalyzer
List of all different types of spawners
SpawnIfCounterSubTypes - Class in ontology.effects.unary
Created by Diego on 18/02/14.
SpawnIfCounterSubTypes(InteractionContent) - Constructor for class ontology.effects.unary.SpawnIfCounterSubTypes
 
SpawnIfHasLess - Class in ontology.effects.unary
Created by Diego on 18/02/14.
SpawnIfHasLess(InteractionContent) - Constructor for class ontology.effects.unary.SpawnIfHasLess
 
SpawnIfHasMore - Class in ontology.effects.unary
Created by Diego on 18/02/14.
SpawnIfHasMore(InteractionContent) - Constructor for class ontology.effects.unary.SpawnIfHasMore
 
spawnInteractions - Variable in class tools.GameAnalyzer
List of all different interactions cause spawning
SpawnLeft - Class in ontology.effects.unary
 
SpawnLeft(InteractionContent) - Constructor for class ontology.effects.unary.SpawnLeft
 
spawnorientation - Variable in class ontology.sprites.producer.SpawnPoint
 
spawnorientation - Variable in class ontology.sprites.producer.SpawnPointMultiSprite
 
spawnPoint - Variable in class ontology.effects.unary.UpdateSpawnType
 
SpawnPoint - Class in ontology.sprites.producer
Created with IntelliJ IDEA.
SpawnPoint() - Constructor for class ontology.sprites.producer.SpawnPoint
 
SpawnPoint(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.sprites.producer.SpawnPoint
 
SpawnPointMultiSprite - Class in ontology.sprites.producer
Spawns all stypes at once.
SpawnPointMultiSprite() - Constructor for class ontology.sprites.producer.SpawnPointMultiSprite
 
SpawnPointMultiSprite(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.sprites.producer.SpawnPointMultiSprite
 
SpawnRight - Class in ontology.effects.unary
 
SpawnRight(InteractionContent) - Constructor for class ontology.effects.unary.SpawnRight
 
speed - Variable in class core.vgdl.VGDLSprite
Scalar speed of this sprite.
spend - Variable in class ontology.effects.unary.SpawnIfHasMore
 
Spreader - Class in ontology.sprites
Created with IntelliJ IDEA.
Spreader() - Constructor for class ontology.sprites.Spreader
 
Spreader(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.sprites.Spreader
 
spreadprob - Variable in class ontology.sprites.Spreader
 
SpriteContent - Class in core.content
Created with IntelliJ IDEA.
SpriteContent() - Constructor for class core.content.SpriteContent
Default constructor.
SpriteContent(String, String) - Constructor for class core.content.SpriteContent
Simple constructor that receives and identifier and a reference class
SpriteContent(String) - Constructor for class core.content.SpriteContent
Constructor that extracts the contents from a String line
SpriteCounter - Class in core.termination
Created with IntelliJ IDEA.
SpriteCounter() - Constructor for class core.termination.SpriteCounter
 
SpriteCounter(TerminationContent) - Constructor for class core.termination.SpriteCounter
 
spriteCounter - Variable in class tools.GameAnalyzer
Termination Condition that counts number of sprite
SpriteCounterMore - Class in core.termination
Created with IntelliJ IDEA.
SpriteCounterMore() - Constructor for class core.termination.SpriteCounterMore
 
SpriteCounterMore(TerminationContent) - Constructor for class core.termination.SpriteCounterMore
 
SpriteData(HashMap<String, String>) - Constructor for class core.game.GameDescription.SpriteData
 
SpriteGroup - Class in core.vgdl
Created by Diego on 18/03/14.
SpriteGroup(int) - Constructor for class core.vgdl.SpriteGroup
Creates a new SpriteGroup, specifying the type of sprites this will hold.
spriteGroups - Variable in class core.game.Game
Groups of sprites in the level.
spriteGroups - Variable in class core.vgdl.VGDLViewer
Sprites to draw
spriteID - Variable in class core.vgdl.VGDLSprite
ID of this sprite.
SpriteNumberConstraint - Class in tracks.levelGeneration.constraints
 
SpriteNumberConstraint() - Constructor for class tracks.levelGeneration.constraints.SpriteNumberConstraint
 
spriteOrder - Variable in class core.game.Game
z-level of sprite types (in case of overlap)
SpritePointData(String, int, int) - Constructor for class tracks.levelGeneration.geneticLevelGenerator.Chromosome.SpritePointData
 
SpriteProducer - Class in ontology.sprites.producer
Created with IntelliJ IDEA.
SpriteProducer() - Constructor for class ontology.sprites.producer.SpriteProducer
 
SpriteProducer(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.sprites.producer.SpriteProducer
 
sprites - Variable in class core.game.GameDescription.InteractionData
All the depending sprites on that
sprites - Variable in class core.game.GameDescription.SpriteData
List of all dependent sprite names
sprites - Variable in class core.game.GameDescription.TerminationData
Array of all dependent sprite names
sqDist - Variable in class core.game.Observation
Distance from this observation to the reference.
sqDist(Vector2d) - Method in class tools.Vector2d
Returns the square distance from this vector to the one in the arguments.
SqlDateTypeAdapter - Class in tools.com.google.gson.internal.bind
Adapter for java.sql.Date.
SqlDateTypeAdapter() - Constructor for class tools.com.google.gson.internal.bind.SqlDateTypeAdapter
 
sqr(double) - Static method in class tools.Vector2d
Gets the square value of the parameter passed.
square_size - Variable in class core.game.BasicGame
Allows definition of sprite size from the VGDL description.
start() - Method in class tracks.singleLearning.utils.SocketComm
 
startComm() - Method in class tracks.singleLearning.utils.Comm
This function is called at the beginning of the game for initialization.
startPlayerCommunication() - Method in class core.player.LearningPlayer
Starts the communication between the server and the client.
state - Variable in class tools.pathfinder.PathFinder
 
state - Variable in class tracks.multiPlayer.deprecated.sampleMCTS.SingleTreeNode
 
state - Variable in class tracks.singlePlayer.deprecated.sampleMCTS.SingleTreeNode
 
state - Variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.SingleTreeNode
 
StateHeuristic - Class in tracks.singlePlayer.tools.Heuristics
Created with IntelliJ IDEA.
StateHeuristic() - Constructor for class tracks.singlePlayer.tools.Heuristics.StateHeuristic
 
StateHeuristicMulti - Class in tracks.multiPlayer.tools.heuristics
Created with IntelliJ IDEA.
StateHeuristicMulti() - Constructor for class tracks.multiPlayer.tools.heuristics.StateHeuristicMulti
 
StateObservation - Class in core.game
Created with IntelliJ IDEA.
StateObservation(ForwardModel, int) - Constructor for class core.game.StateObservation
Constructor for StateObservation.
StateObservationMulti - Class in core.game
Created by Raluca on 07-Apr-16.
StateObservationMulti(ForwardModel, int) - Constructor for class core.game.StateObservationMulti
Constructor for StateObservation in multi player games.
stationary - Variable in class core.vgdl.VGDLSprite
identifies whether this sprite should move (if an Avatar)
StatSummary - Class in tools
This class is used to model the statistics of a fix of numbers.
StatSummary() - Constructor for class tools.StatSummary
 
StatSummary(String) - Constructor for class tools.StatSummary
 
stdErr() - Method in class tools.StatSummary
 
stepBack - Variable in class ontology.effects.unary.SpawnAbove
 
stepBack - Variable in class ontology.effects.unary.SpawnBelow
 
stepBack - Variable in class ontology.effects.unary.SpawnLeft
 
stepBack - Variable in class ontology.effects.unary.SpawnRight
 
StepBack - Class in ontology.effects.unary
Created with IntelliJ IDEA.
StepBack(InteractionContent) - Constructor for class ontology.effects.unary.StepBack
 
StepController - Class in tools
 
StepController(AbstractPlayer, long) - Constructor for class tools.StepController
Initialize the Step Agent
StopCounter - Class in core.termination
Created with IntelliJ IDEA.
StopCounter() - Constructor for class core.termination.StopCounter
 
StopCounter(TerminationContent) - Constructor for class core.termination.StopCounter
 
Streams - Class in tools.com.google.gson.internal
Reads and writes GSON parse trees over streams.
STRING - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
STRING_BUFFER - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
STRING_BUFFER_FACTORY - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
STRING_BUILDER - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
STRING_BUILDER_FACTORY - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
STRING_FACTORY - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
stype - Variable in class core.termination.SpriteCounter
 
stype - Variable in class core.termination.SpriteCounterMore
 
stype - Variable in class ontology.avatar.FlakAvatar
 
stype - Variable in class ontology.avatar.oriented.ShootAvatar
 
stype - Variable in class ontology.avatar.oriented.WizardAvatar
 
stype - Variable in class ontology.effects.binary.DecreaseSpeedToAll
 
stype - Variable in class ontology.effects.binary.IncreaseSpeedToAll
 
stype - Variable in class ontology.effects.binary.SetSpeedForAll
 
stype - Variable in class ontology.effects.binary.TransformToSingleton
 
stype - Variable in class ontology.effects.unary.KillAll
 
stype - Variable in class ontology.effects.unary.RemoveScore
 
stype - Variable in class ontology.effects.unary.ShieldFrom
 
stype - Variable in class ontology.effects.unary.Spawn
 
stype - Variable in class ontology.effects.unary.SpawnAbove
 
stype - Variable in class ontology.effects.unary.SpawnBehind
 
stype - Variable in class ontology.effects.unary.SpawnBelow
 
stype - Variable in class ontology.effects.unary.SpawnIfCounterSubTypes
 
stype - Variable in class ontology.effects.unary.SpawnIfHasLess
 
stype - Variable in class ontology.effects.unary.SpawnIfHasMore
 
stype - Variable in class ontology.effects.unary.SpawnLeft
 
stype - Variable in class ontology.effects.unary.SpawnRight
 
stype - Variable in class ontology.effects.unary.SubtractHealthPoints
 
stype - Variable in class ontology.effects.unary.TransformTo
 
stype - Variable in class ontology.effects.unary.UpdateSpawnType
 
stype - Variable in class ontology.sprites.npc.Chaser
 
stype - Variable in class ontology.sprites.npc.PathChaser
 
stype - Variable in class ontology.sprites.producer.Portal
 
stype - Variable in class ontology.sprites.producer.SpawnPoint
 
stype - Variable in class ontology.sprites.Spreader
 
stype1 - Variable in class core.termination.MultiSpriteCounter
 
stype1 - Variable in class core.termination.MultiSpriteCounterSubTypes
 
stype1 - Variable in class core.termination.StopCounter
 
stype1 - Variable in class ontology.sprites.npc.AlternateChaser
 
stype2 - Variable in class core.termination.MultiSpriteCounter
 
stype2 - Variable in class core.termination.StopCounter
 
stype2 - Variable in class ontology.sprites.npc.AlternateChaser
 
stype3 - Variable in class core.termination.MultiSpriteCounter
 
stype3 - Variable in class core.termination.StopCounter
 
stype_other - Variable in class ontology.effects.binary.TransformToSingleton
 
stypeCount - Variable in class ontology.effects.binary.TransformIfCount
 
stypeCount - Variable in class ontology.effects.unary.SpawnIfCounterSubTypes
 
stypeMissile - Variable in class ontology.sprites.producer.BomberRandomMissile
 
stypes - Variable in class ontology.avatar.oriented.ShootAvatar
 
stypes - Variable in class ontology.avatar.oriented.WizardAvatar
 
stypes - Variable in class ontology.sprites.producer.SpawnPointMultiSprite
 
stypeTo - Variable in class ontology.effects.binary.TransformToAll
 
subtract - Variable in class ontology.effects.binary.KillIfOtherHasMore
 
subtract(Vector2d) - Method in class tools.Vector2d
Subtracts another vector from this.
subtract(double, double) - Method in class tools.Vector2d
Subtracts two coordinates to this vector.
SubtractHealthPoints - Class in ontology.effects.unary
Created with IntelliJ IDEA.
SubtractHealthPoints(InteractionContent) - Constructor for class ontology.effects.unary.SubtractHealthPoints
 
subtractResource(int, int) - Method in class core.vgdl.VGDLSprite
 
subtypeOf(Type) - Static method in class tools.com.google.gson.internal.$Gson$Types
Returns a type that represents an unknown type that extends bound.
subtypes - Variable in class core.content.SpriteContent
All types under this type in the hierarchy, including itself.
subTypesNum - Variable in class core.termination.MultiSpriteCounterSubTypes
 
subTypesNum - Variable in class ontology.effects.unary.SpawnIfCounterSubTypes
 
sum() - Method in class tools.StatSummary
 
sumSquareDiff() - Method in class tools.StatSummary
 
supertypeOf(Type) - Static method in class tools.com.google.gson.internal.$Gson$Types
Returns a type that represents an unknown supertype of bound.
surpriseProb - Static variable in class tracks.singlePlayer.tools.repeatOLETS.Agent
probability it will react to surprise
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links