|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.problets.domain.model.DomainModel
org.problets.domain.model.variable.AbstractVarModel
org.problets.domain.model.variable.aggregate.AggregateVarModel
public abstract class AggregateVarModel
Class: AggregateVarModel Purpose: This class serves as the base class for aggregate variables including ArrayModel and StructureVarModel
Field Summary |
---|
Constructor Summary | |
---|---|
AggregateVarModel(java.lang.String inputType)
Creates an aggregate variable |
|
AggregateVarModel(java.lang.String inName,
java.lang.String inputType)
Creates an aggregate variable |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones the aggregate variable |
static void |
main(java.lang.String[] args)
For debugging |
Methods inherited from class org.problets.domain.model.variable.AbstractVarModel |
---|
explainObject, explainProcess, getAllocated, getAssigned, getCode, getDeclared, getMetaDataType, getName, getPossibleErrors, getType, getValue, getValueDifference, print, resetAllocated, resetDeclared, resetFlags, setAllocated, setDeclared, setValue |
Methods inherited from class org.problets.domain.model.DomainModel |
---|
getId, getIdName, grade |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregateVarModel(java.lang.String inputType)
inputType
- the data type of the aggregate datapublic AggregateVarModel(java.lang.String inName, java.lang.String inputType)
inputType
- The data type of the variableMethod Detail |
---|
public java.lang.Object clone()
clone
in class AbstractVarModel
public static void main(java.lang.String[] args)
args
- args
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |