|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Method | |
---|---|
cometa.combine | This package contains the classes that allow to combine the metadata. |
cometa.exist | Package that encapsulates all the details related to the communication with the metadata database (eXist). |
cometa.gui | Package containing the GUI classes. |
cometa.translator.method | This package contains the classes that allow to map the method metadata to objects. |
cometa.translator.product | This package contains the classes that allow to map the product metadata to objects. |
Uses of Method in cometa.combine |
---|
Methods in cometa.combine with parameters of type Method | |
---|---|
void |
CombinationEngine.combineMetadata(Method method)
This method parses the information of the |
CombProc |
AMFEventRadar.combineMetadata(Method method,
CombProc combProc)
This method overrides the same method in the abstract class Combiner. |
CombProc |
AMFEvent.combineMetadata(Method method,
CombProc combProc)
This method overrides the same method in the abstract class Combiner. |
abstract CombProc |
Combiner.combineMetadata(Method method,
CombProc combProc)
This method must be implemented by all subclasses. |
CombProc |
AMFEventCloudTop.combineMetadata(Method method,
CombProc combProc)
This method overrides the same method in the abstract class Combiner. |
static java.lang.String |
CompoundParamActions.deltaTime(Method combMethod,
java.lang.String[] args)
|
static java.lang.String |
CompoundParamActions.evaluate(Method combMethod,
java.lang.String paramAction,
java.lang.String[] args)
|
static java.lang.String |
CompoundParamActions.test(Method combMethod,
java.lang.String[] args)
|
Uses of Method in cometa.exist |
---|
Methods in cometa.exist that return Method | |
---|---|
Method |
MetadataDB.getMethodObject(org.xmldb.api.modules.XMLResource xmlMethod,
boolean validateXML)
Transforms a method XMLResource into a method object (JAXB). |
Method |
MetadataDB.getMethodObjectWithID(java.lang.String methodID,
boolean validateXML)
Returns a method instance (thanks to the JAXB architecture), given its ID (String). |
Uses of Method in cometa.gui |
---|
Methods in cometa.gui that return Method | |
---|---|
Method |
Parameters.getMethodWithParameters()
|
Methods in cometa.gui with parameters of type Method | |
---|---|
void |
Parameters.setMethodWithParameters(Method methodWithParameters)
|
Constructors in cometa.gui with parameters of type Method | |
---|---|
Parameters(Method method,
MetadataDB metadataDB)
It creates new instance of |
Uses of Method in cometa.translator.method |
---|
Methods in cometa.translator.method that return Method | |
---|---|
Method |
ObjectFactory.createMethod()
Create an instance of Method |
Methods in cometa.translator.method with parameters of type Method | |
---|---|
java.lang.String |
CompoundParam.computeValue(Method combinationMethod)
|
Uses of Method in cometa.translator.product |
---|
Methods in cometa.translator.product that return Method | |
---|---|
Method |
Product.Lineage.getMethod()
Gets the value of the method property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |