Package com.comsol.model
Interface IntRule
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
public interface IntRule extends ModelEntity
Integration rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntRuleFeature
create(java.lang.String tag)
Create a child feature.IntRuleFeatureList
feature()
Returns integration rule features.IntRuleFeature
feature(java.lang.String tag)
Returns an integration rule feature.java.lang.String
frame()
Returns the frame of the integration rule.IntRule
frame(java.lang.String frameTag)
Sets the frame of the integration rule.-
Methods inherited from interface com.comsol.model.ModelEntity
active, 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, version
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
create
IntRuleFeature create(java.lang.String tag)
Create a child feature.- Parameters:
tag
- Feature tag.- Returns:
- Created feature.
-
feature
IntRuleFeatureList feature()
Returns integration rule features.- Returns:
- Integration rule features.
-
feature
IntRuleFeature feature(java.lang.String tag)
Returns an integration rule feature.- Parameters:
tag
- Tag of integration rule.- Returns:
- Integration rule feature.
-
frame
java.lang.String frame()
Returns the frame of the integration rule.- Returns:
- Frame of integration rule.
-
frame
IntRule frame(java.lang.String frameTag)
Sets the frame of the integration rule.- Parameters:
frameTag
- Frame of integration rule.- Returns:
- Integration rule.
-
-