public class CadAcadEvaluationGraph extends CadBaseObject
Class describing ACAD_EVALUATION_GRAPH object.
Constructor and Description |
---|
CadAcadEvaluationGraph()
Initializes a new instance of the
CadAcadEvaluationGraph class. |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getAttributeBitLongList()
Gets or sets the attributeBitLong list.
|
List<CadCodeValue> |
getObjects()
Gets or sets the objects.
|
void |
setAttributeBitLongList(List<Integer> value)
Gets or sets the attributeBitLong list.
|
void |
setObjects(List<CadCodeValue> value)
Gets or sets the objects.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadAcadEvaluationGraph()
Initializes a new instance of the CadAcadEvaluationGraph
class.
public List<CadCodeValue> getObjects()
Gets or sets the objects.
public void setObjects(List<CadCodeValue> value)
Gets or sets the objects.
value
- All ACAD_EVALUATION_GRAPH objects.public final List<Integer> getAttributeBitLongList()
Gets or sets the attributeBitLong list.
Value: The attributeBitLong list.