public class GameContent extends Content
Modifier and Type | Field and Description |
---|---|
java.lang.String |
referenceClass
Class of the element defined by this content.
|
identifier, is_definition, line, lineNumber, parameters
Constructor and Description |
---|
GameContent()
Default constructor.
|
GameContent(java.lang.String line)
Constructor that extracts the contents from a String line
|
Modifier and Type | Method and Description |
---|---|
void |
decorate(java.util.HashMap<java.lang.String,ParameterContent> pcs)
Takes a ParameterContent object to decorate the current Content object.
|
public java.lang.String referenceClass
public GameContent()
public GameContent(java.lang.String line)
line
- String with the contents in VGDL format, to be mapped to the
data structures of this class.public void decorate(java.util.HashMap<java.lang.String,ParameterContent> pcs)
Content