cz.cuni.amis.pogamut.sposh.elements
Class PrimitiveCall
java.lang.Object
cz.cuni.amis.pogamut.sposh.elements.PrimitiveCall
public class PrimitiveCall
- extends Object
This class specifies call to some primitive (either sense or action). To do that, it requires
- name of primitive
- list of parameters
protected PrimitiveCall(String name)
- This is a sensecall without parameters
- Parameters:
name -
PrimitiveCall
protected PrimitiveCall(PrimitiveCall original)
- Copy constructor.
- Parameters:
original - Original primitive call from which we take the data.
PrimitiveCall
protected PrimitiveCall(String name,
Arguments parameters)
getName
public String getName()
getParameters
public Arguments getParameters()
- Returns:
- unmodifiable list of parameters in correct order.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.