org.apache.uima.collection.metadata
Interface CpeSofaMappings

All Superinterfaces:
Cloneable, MetaDataObject, Serializable, XMLizable

public interface CpeSofaMappings
extends MetaDataObject


Method Summary
 CpeSofaMapping[] getSofaNameMappings()
          Return Sofa Name Mappings
 void setSofaNameMappings(CpeSofaMapping[] sofaMappings)
          Set Sofa Name Mappings
 
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
 
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
 

Method Detail

getSofaNameMappings

CpeSofaMapping[] getSofaNameMappings()
Return Sofa Name Mappings

Returns:

setSofaNameMappings

void setSofaNameMappings(CpeSofaMapping[] sofaMappings)
Set Sofa Name Mappings

Parameters:
sofaMappings -


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.