public class State
extends java.lang.Object
Constructor and Description |
---|
State(UID uid,
java.lang.String description,
java.lang.String name,
java.lang.Integer numeral,
UID model) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
This method returns the description of the current state object
|
UID |
getId()
This method returns the Id of the current state object
|
UID |
getModelId()
This method returns the id of the statemodel the current state object belongs to
|
java.lang.String |
getName()
This method returns the name of the current state object
|
java.lang.Integer |
getNumeral()
This method returns the state numeral of the current state object
|
public UID getId()
public java.lang.String getDescription()
public java.lang.Integer getNumeral()
public java.lang.String getName()
public UID getModelId()
Copyright © 2024. All rights reserved.