Uses of MOFScriptSpecification in org.sintef.mofscript.MOFScriptModel |
---|
Methods in org.sintef.mofscript.MOFScriptModel that return MOFScriptSpecification | |
---|---|
MOFScriptSpecification |
MOFScriptModelFactory.createMOFScriptSpecification()
Returns a new object of class 'MOF Script Specification' |
Uses of MOFScriptSpecification in org.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement MOFScriptSpecification | |
---|---|
class |
MOFScriptSpecificationImpl
An implementation of the model object 'MOF Script Specification' |
Methods in org.sintef.mofscript.MOFScriptModel.impl that return MOFScriptSpecification | |
---|---|
MOFScriptSpecification |
MOFScriptModelFactoryImpl.createMOFScriptSpecification()
|
Uses of MOFScriptSpecification in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type MOFScriptSpecification | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseMOFScriptSpecification(MOFScriptSpecification object)
Returns the result of interpretting the object as an instance of 'MOF Script Specification' |
Uses of MOFScriptSpecification in org.sintef.mofscript.parser |
---|
Methods in org.sintef.mofscript.parser that return MOFScriptSpecification | |
---|---|
protected MOFScriptSpecification |
ParserUtil.doParse(java.io.Reader in,
boolean primary,
boolean doPostCheck,
java.lang.String uri)
Performs the parsing of a transformation and included transformations |
MOFScriptSpecification |
MofScriptParser.mofscriptSpecification()
the root of a specification - one or more transformations |
MOFScriptSpecification |
ParserUtil.parse(java.io.File f,
boolean doPostCheck)
|
MOFScriptSpecification |
ParserUtil.parse(java.lang.String str,
boolean doPostCheck,
java.lang.String uri)
|
Methods in org.sintef.mofscript.parser with parameters of type MOFScriptSpecification | |
---|---|
MOFScriptTransformation |
MofScriptParser.mofscriptTransformation(MOFScriptSpecification spec)
The root of a transformation |
void |
MofScriptParser.mofscriptTransformationBody(MOFScriptSpecification spec,
MOFScriptTransformation transformation)
the body of a transformation |
void |
MofScriptParser.mofscriptTransformationHeader(MOFScriptSpecification spec,
MOFScriptTransformation transformation)
the header (signature) of a transformation |
Uses of MOFScriptSpecification in org.sintef.mofscript.runtime |
---|
Methods in org.sintef.mofscript.runtime with parameters of type MOFScriptSpecification | |
---|---|
void |
TransformationProxy.setTransformationSpecification(MOFScriptSpecification trSpec)
|
Constructors in org.sintef.mofscript.runtime with parameters of type MOFScriptSpecification | |
---|---|
TransformationProxy(MOFScriptSpecification trSpec)
|