Package pulse.math
Class ParameterIdentifier
- java.lang.Object
-
- pulse.math.ParameterIdentifier
-
- All Implemented Interfaces:
Serializable
public class ParameterIdentifier extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterIdentifier(int index)
ParameterIdentifier(NumericPropertyKeyword keyword)
ParameterIdentifier(NumericPropertyKeyword keyword, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object id)
int
getIndex()
NumericPropertyKeyword
getKeyword()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ParameterIdentifier
public ParameterIdentifier(NumericPropertyKeyword keyword, int index)
-
ParameterIdentifier
public ParameterIdentifier(NumericPropertyKeyword keyword)
-
ParameterIdentifier
public ParameterIdentifier(int index)
-
-
Method Detail
-
getKeyword
public NumericPropertyKeyword getKeyword()
-
getIndex
public int getIndex()
-
-