|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.ant.ScapeElement
public class ScapeElement
The Class ScapeElement.
Constructor Summary | |
---|---|
ScapeElement()
Instantiates a new scape element. |
Method Summary | |
---|---|
void |
addAllOutputView(AllOutputViewElement view)
Adds the all output view. |
void |
addDataOutputView(DataOutputViewElement view)
Adds the data output view. |
void |
addExtent(CoordinateElement coordinate)
Adds the extent. |
void |
addMembers(MembersElement member)
Adds the members. |
void |
addPropertySet(ParameterSet set)
Adds the property set. |
void |
addRuleSet(SelectionSet set)
Adds the rule set. |
void |
addScapeOutputView(ScapeOutputViewElement view)
Adds the scape output view. |
void |
addSweepView(SweepViewElement viewElement)
Adds the sweep view. |
ParameterSet |
getModelParameters()
Gets the model parameters. |
Scape |
getScape()
Gets the scape. |
java.util.List |
getViews()
Gets the views. |
void |
load()
Load. |
void |
open()
Open. |
void |
run()
Run. |
void |
setInputFileName(java.lang.String inputFileName)
Sets the input file name. |
void |
setMemberName(java.lang.String memberName)
Sets the member name. |
void |
setModelClass(java.lang.String modelName)
Sets the model class. |
protected void |
setViews(java.util.List views)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScapeElement()
Method Detail |
---|
public void addMembers(MembersElement member)
member
- the memberpublic void addPropertySet(ParameterSet set) throws org.apache.tools.ant.BuildException
set
- the set
org.apache.tools.ant.BuildException
- the build exceptionpublic void addRuleSet(SelectionSet set) throws org.apache.tools.ant.BuildException
set
- the set
org.apache.tools.ant.BuildException
- the build exceptionpublic void addSweepView(SweepViewElement viewElement) throws org.apache.tools.ant.BuildException
viewElement
- the view element
org.apache.tools.ant.BuildException
- the build exceptionpublic void addDataOutputView(DataOutputViewElement view)
view
- the viewpublic void addAllOutputView(AllOutputViewElement view)
view
- the viewpublic void addScapeOutputView(ScapeOutputViewElement view)
view
- the viewpublic void addExtent(CoordinateElement coordinate)
coordinate
- the coordinatepublic void setModelClass(java.lang.String modelName)
modelName
- the new model classpublic void setMemberName(java.lang.String memberName)
memberName
- the new member namepublic void setInputFileName(java.lang.String inputFileName)
inputFileName
- the new input file namepublic Scape getScape()
public void load()
public void run()
public void open()
public java.util.List getViews()
public ParameterSet getModelParameters()
protected void setViews(java.util.List views)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |