public class BgBComLayer
extends java.lang.Object
Constructor and Description |
---|
BgBComLayer(RawMemory rawMemory) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Avoids cloning
|
java.util.List<MemoryObject> |
readBehaviorStates() |
java.util.List<MemoryObject> |
readBGInstructions() |
void |
showBgBContent() |
void |
writeBehaviorState(MemoryObject bs)
This method adds a new behavior state to behaviorsToBg list in case the isn't already a similar one.
|
void |
writeBGInstruction(MemoryObject bgI)
This method adds a new behavior state to bgToBehaviors list in case the isn't already a similar one.
|
public BgBComLayer(RawMemory rawMemory)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public void writeBehaviorState(MemoryObject bs)
bs
- memory object to be added to behaviorsToBgpublic void writeBGInstruction(MemoryObject bgI)
bgI
- memory object to be added to bgToBehaviorspublic java.util.List<MemoryObject> readBehaviorStates()
public java.util.List<MemoryObject> readBGInstructions()
public void showBgBContent()