public interface ModelNode extends AbstractModel
| Modifier and Type | Method and Description | 
|---|---|
| ModelNode | basesystem(java.lang.String arg0)Deprecated. 
 Use  baseSystem(String)instead. | 
| ModelNode | baseSystem(java.lang.String name)Sets the base unit system. | 
| ComponentCoordsysList | coordSystem()Returns all coordinate systems for this component. | 
| ComponentCplList | cpl()Returns all component couplings for this component. | 
| boolean | defineAllFrames()Returns true if all frames are always defined. | 
| ModelNode | defineAllFrames(boolean define)Set whether all frames should always be defined. | 
| boolean | defineLocalCoord()Returns true if local coordinate variables (xi1, xi2, xi3) will be
 defined. | 
| ModelNode | defineLocalCoord(boolean define)Set a flag that determines whether local coordinate variables (xi1,
 xi2, xi3, also known as barycentric coordinates) will be defined in
 each mesh element. | 
| ComponentExtraDimList | extraDim()Returns all extra dimension features for this component. | 
| ComponentFunctionFeatureList | func()Returns all functions for this component. | 
| ComponentGeomList | geom()Returns all geometry sequences for this component. | 
| java.lang.String[] | geometryCoord()Returns names of geometry frame coordinates. | 
| ModelNode | geometryCoord(java.lang.String[] coord)Sets names of geometry frame coordinates. | 
| java.lang.String | getType()Get the type identifier of this component. | 
| java.lang.String | identifier()Deprecated. 
 Use  ModelEntity.tag()instead. | 
| ModelNode | identifier(java.lang.String arg0)Deprecated. 
 @link #tag(String). | 
| ComponentProbeFeatureList | massProp()Returns all mass properties for this component. | 
| ComponentMaterialList | material()Returns all materials for this component. | 
| java.lang.String[] | materialCoord()Returns names of material frame coordinates. | 
| ModelNode | materialCoord(java.lang.String[] coord)Sets names of material frame coordinates. | 
| ComponentMeshList | mesh()Returns all meshing sequences for this component. | 
| java.lang.String[] | meshCoord()Returns names of mesh frame coordinates. | 
| ModelNode | meshCoord(java.lang.String[] coord)Sets names of mesh frame coordinates. | 
| ComponentMultiphysicsCouplingList | multiphysics()Returns all multiphysics couplings for this component. | 
| ComponentPairList | pair()Returns all pairs for this component. | 
| ComponentPhysicsList | physics()Returns all physics interfaces for this component. | 
| ComponentProbeFeatureList | probe()Returns all probes for this component. | 
| ComponentSelectionList | selection()Returns all named selections for this component. | 
| java.lang.String | sorder()Returns the geometry shape order used for the model node and its
 descendants. | 
| ModelNode | sorder(java.lang.String sorder)Sets the geometry shape order used for the model node and its
 descendants. | 
| java.lang.String[] | spatialCoord()Returns names of spatial frame coordinates. | 
| ModelNode | spatialCoord(java.lang.String[] coord)Sets names of spatial frame coordinates. | 
| ComponentExprList | variable()Returns all variable collections for this component. | 
| ComponentViewList | view()Returns all views for this component. | 
basesystem, baseSystem, common, common, coordSystem, cpl, extraDim, func, geom, groupByType, massProp, material, mesh, multiphysics, pair, physics, probe, selection, setGroupByType, variable, viewactive, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, versiongetContainer, getDisplayStringModelNode baseSystem(java.lang.String name)
baseSystem in interface AbstractModelname - Name of base unit system: : SI, bft,
        cgs,mpa, emu,
        esu, fps, ips, or
        psi.@Deprecated ModelNode basesystem(java.lang.String arg0)
baseSystem(String) instead.basesystem in interface AbstractModelComponentCoordsysList coordSystem()
coordSystem in interface AbstractModelComponentCplList cpl()
cpl in interface AbstractModelboolean defineAllFrames()
ModelNode defineAllFrames(boolean define)
define - Flag.boolean defineLocalCoord()
ModelNode defineLocalCoord(boolean define)
define - Flag.ComponentExtraDimList extraDim()
extraDim in interface AbstractModelComponentFunctionFeatureList func()
func in interface AbstractModelComponentGeomList geom()
geom in interface AbstractModeljava.lang.String[] geometryCoord()
ModelNode geometryCoord(java.lang.String[] coord)
coord - Geometry frame coordinate names.java.lang.String getType()
@Deprecated java.lang.String identifier()
ModelEntity.tag() instead.@Deprecated ModelNode identifier(java.lang.String arg0)
ComponentProbeFeatureList massProp()
massProp in interface AbstractModelComponentMaterialList material()
material in interface AbstractModeljava.lang.String[] materialCoord()
ModelNode materialCoord(java.lang.String[] coord)
coord - Material frame coordinate names.ComponentMeshList mesh()
mesh in interface AbstractModeljava.lang.String[] meshCoord()
ModelNode meshCoord(java.lang.String[] coord)
coord - Mesh frame coordinate names.ComponentMultiphysicsCouplingList multiphysics()
multiphysics in interface AbstractModelComponentPairList pair()
pair in interface AbstractModelComponentPhysicsList physics()
physics in interface AbstractModelComponentProbeFeatureList probe()
probe in interface AbstractModelComponentSelectionList selection()
selection in interface AbstractModeljava.lang.String sorder()
ModelNode sorder(java.lang.String sorder)
sorder - Geometry shape order.java.lang.String[] spatialCoord()
ModelNode spatialCoord(java.lang.String[] coord)
coord - Spatial frame coordinate names.ComponentExprList variable()
variable in interface AbstractModelComponentViewList view()
view in interface AbstractModel