Home Previous Up Next Index

memoryx::OacBase

Overview

[ "cpp:virtual" ] class OacBase extends EntityBase

Used By

OacBaseList
ActiveOacFull::oac
OacMemorySegmentBase::getOacById
OacMemorySegmentBase::getOacByName
SECObjectRelationsSegmentBase::getOacByName

Operation Index

getParameters
setParameters
getStatechartProxyName
setStatechartProxyName
getStateUUID
setStateUUID
isPlannable
setPlannable
getPredictionFunction
setPredictionFunction
getStatisticalMeasure
setStatisticalMeasure

Operations

NameList getParameters()

void setParameters(NameList parameters)

string getStatechartProxyName()

void setStatechartProxyName(string statechartProxyName)

string getStateUUID()

void setStateUUID(string stateUUID)

bool isPlannable()

void setPlannable(bool isPlannable)

OacPredictionFunctionBase getPredictionFunction()

void setPredictionFunction(OacPredictionFunctionBase prediction)

OacStatisticalMeasureBase getStatisticalMeasure()

void setStatisticalMeasure(OacStatisticalMeasureBase measure)


Home Previous Up Next Index