public class InteractionContent extends Content
Modifier and Type | Field and Description |
---|---|
java.lang.String |
function |
java.lang.String |
object1 |
java.lang.String |
object2 |
identifier, is_definition, line, parameters
Constructor and Description |
---|
InteractionContent()
Default constructor.
|
InteractionContent(java.lang.String line)
Constructor that extracts the contents from a String line
|
InteractionContent(java.lang.String id1,
java.lang.String id2,
java.lang.String function)
Simple constructor that receives an identifier and a reference class
|
public java.lang.String object1
public java.lang.String object2
public java.lang.String function
public InteractionContent()
public InteractionContent(java.lang.String id1, java.lang.String id2, java.lang.String function)
id1
- identifier of the first object in the interaction.id2
- identifier of the second object in the interaction.public InteractionContent(java.lang.String line)
line
- String with the contents in VGDL format, to be mapped to the
data structures of this class.