| Package | Description |
|---|---|
| org.protelis.parser.protelis | |
| org.protelis.parser.protelis.impl | |
| org.protelis.parser.protelis.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanVal
A representation of the model object 'Boolean Val'.
|
interface |
DoubleVal
A representation of the model object 'Double Val'.
|
interface |
StringVal
A representation of the model object 'String Val'.
|
interface |
TupleVal
A representation of the model object 'Tuple Val'.
|
| Modifier and Type | Method and Description |
|---|---|
Scalar |
ProtelisFactory.createScalar()
Returns a new object of class 'Scalar'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValImpl
An implementation of the model object 'Boolean Val'.
|
class |
DoubleValImpl
An implementation of the model object 'Double Val'.
|
class |
ScalarImpl
An implementation of the model object 'Scalar'.
|
class |
StringValImpl
An implementation of the model object 'String Val'.
|
class |
TupleValImpl
An implementation of the model object 'Tuple Val'.
|
| Modifier and Type | Method and Description |
|---|---|
Scalar |
ProtelisFactoryImpl.createScalar() |
| Modifier and Type | Method and Description |
|---|---|
T |
ProtelisSwitch.caseScalar(Scalar object)
Returns the result of interpreting the object as an instance of 'Scalar'.
|
Copyright © 2015. All rights reserved.