|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertiesElement
This interface is a wrapper for elements (States, Actions Events) that can be represented by an arry of integers. Known implentations include PropertiesState, Propertiesevent and PropertiesAction. Basic methods are provided to access the internal array.
PropertiesState
,
PropertiesAction
,
PropertiesEvent
Method Summary | |
---|---|
PropertiesElement |
clone()
|
int |
getNumProps()
Returns the number of properties in the array that characterize this element. |
int[] |
getProperties()
Gets the array of properties. |
int |
getProperty(int index)
Gets the value of this property at this index. |
Methods inherited from interface jmarkov.basic.JMarkovElement |
---|
description, equals, label, toString |
Method Detail |
---|
int getNumProps()
int[] getProperties()
int getProperty(int index)
index
-
PropertiesElement clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |