Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.schema.model.TypeIndex

Packages that use TypeIndex
eu.esdihumboldt.hale.common.align.io   
eu.esdihumboldt.hale.common.align.io.impl   
eu.esdihumboldt.hale.common.align.io.impl.internal   
eu.esdihumboldt.hale.common.instance.io   
eu.esdihumboldt.hale.common.instance.io.impl   
eu.esdihumboldt.hale.common.instance.orient.storage   
eu.esdihumboldt.hale.common.schema.io   
eu.esdihumboldt.hale.common.schema.io.impl   
eu.esdihumboldt.hale.common.schema.model   
eu.esdihumboldt.hale.common.schema.model.impl   
eu.esdihumboldt.hale.io.gml.reader.internal   
eu.esdihumboldt.hale.io.gml.writer.internal   
eu.esdihumboldt.hale.io.shp.reader.internal   
eu.esdihumboldt.hale.io.xsd.model   
eu.esdihumboldt.hale.ui.common.definition.selector   
eu.esdihumboldt.hale.ui.service.schema.internal   
eu.esdihumboldt.hale.ui.views.schemas.explorer   
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.align.io
 

Methods in eu.esdihumboldt.hale.common.align.io with parameters of type TypeIndex
 void AlignmentReader.setSourceSchema(TypeIndex sourceSchema)
          Set the source schema
 void AlignmentReader.setTargetSchema(TypeIndex targetSchema)
          Set the target schema
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.align.io.impl
 

Methods in eu.esdihumboldt.hale.common.align.io.impl that return TypeIndex
 TypeIndex AbstractAlignmentReader.getSourceSchema()
          Get the source schema
 TypeIndex AbstractAlignmentReader.getTargetSchema()
          Get the target schema
 

Methods in eu.esdihumboldt.hale.common.align.io.impl with parameters of type TypeIndex
static MutableAlignment DefaultAlignmentIO.load(InputStream in, IOReporter reporter, TypeIndex sourceTypes, TypeIndex targetTypes)
          Load a default alignment from an input stream.
 void AbstractAlignmentReader.setSourceSchema(TypeIndex sourceSchema)
           
 void AbstractAlignmentReader.setTargetSchema(TypeIndex targetSchema)
           
 

Constructors in eu.esdihumboldt.hale.common.align.io.impl with parameters of type TypeIndex
LoadAlignmentAdvisor(IOConfiguration conf, TypeIndex sourceSchema, TypeIndex targetSchema)
          Create an advisor for loading an alignment based on the given I/O configuration.
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.align.io.impl.internal
 

Methods in eu.esdihumboldt.hale.common.align.io.impl.internal with parameters of type TypeIndex
 MutableAlignment AlignmentBean.createAlignment(IOReporter reporter, TypeIndex sourceTypes, TypeIndex targetTypes)
          Create an alignment from the information in the bean
 MutableCell CellBean.createCell(IOReporter reporter, TypeIndex sourceTypes, TypeIndex targetTypes)
          Create a cell based on the information in the cell bean if possible.
 Entity PropertyBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
           
abstract  Entity EntityBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
          Create the represented entity
 Entity TypeBean.createEntity(TypeIndex types, SchemaSpaceID schemaSpace)
           
protected  PropertyEntityDefinition PropertyBean.createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
           
protected abstract  T EntityBean.createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
          Get the entity definition
protected  TypeEntityDefinition TypeBean.createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
           
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.instance.io
 

Methods in eu.esdihumboldt.hale.common.instance.io that return TypeIndex
 TypeIndex InstanceReader.getSourceSchema()
          Get the source schema
 

Methods in eu.esdihumboldt.hale.common.instance.io with parameters of type TypeIndex
 void InstanceReader.setSourceSchema(TypeIndex sourceSchema)
          Set the instance source schema
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.instance.io.impl
 

Methods in eu.esdihumboldt.hale.common.instance.io.impl that return TypeIndex
 TypeIndex AbstractInstanceReader.getSourceSchema()
           
 

Methods in eu.esdihumboldt.hale.common.instance.io.impl with parameters of type TypeIndex
 void AbstractInstanceReader.setSourceSchema(TypeIndex sourceSchema)
           
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.instance.orient.storage
 

Constructors in eu.esdihumboldt.hale.common.instance.orient.storage with parameters of type TypeIndex
BrowseOrientInstanceCollection(LocalOrientDB database, TypeIndex types, DataSet dataSet)
          Create an instance collection based on the given database
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.schema.io
 

Methods in eu.esdihumboldt.hale.common.schema.io with parameters of type TypeIndex
static void SchemaIO.loadMappingRelevantTypesConfig(TypeIndex types, SchemaSpaceID spaceID, de.fhg.igd.osgi.util.configuration.IConfigurationService configurationService)
          Load the configuration of mapping relevant types.
static void SchemaIO.loadMappingRelevantTypesConfig(TypeIndex types, SchemaSpaceID spaceID, Project project)
          Load the configuration of mapping relevant types.
 void SchemaReader.setSharedTypes(TypeIndex sharedTypes)
          Set the shared types.
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.schema.io.impl
 

Methods in eu.esdihumboldt.hale.common.schema.io.impl that return TypeIndex
 TypeIndex AbstractSchemaReader.getSharedTypes()
          Get the shared types
 

Methods in eu.esdihumboldt.hale.common.schema.io.impl with parameters of type TypeIndex
 void AbstractSchemaReader.setSharedTypes(TypeIndex sharedTypes)
           
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.schema.model
 

Subinterfaces of TypeIndex in eu.esdihumboldt.hale.common.schema.model
 interface Schema
          A schema is a set of type definitions originating from the same source.
 interface SchemaSpace
          A schema space combines several schemas.
 

Uses of TypeIndex in eu.esdihumboldt.hale.common.schema.model.impl
 

Classes in eu.esdihumboldt.hale.common.schema.model.impl that implement TypeIndex
 class DefaultSchema
          Default Schema implemenation
 class DefaultSchemaSpace
          Default SchemaSpace implementation
 class DefaultTypeIndex
          Default TypeIndex implementation
 

Uses of TypeIndex in eu.esdihumboldt.hale.io.gml.reader.internal
 

Constructors in eu.esdihumboldt.hale.io.gml.reader.internal with parameters of type TypeIndex
GmlInstanceCollection(LocatableInputSupplier<? extends InputStream> source, TypeIndex sourceSchema, boolean restrictToFeatures, boolean ignoreRoot, boolean strict, CRSProvider crsProvider)
          Create an XMl/GML instance collection based on the given source.
 

Uses of TypeIndex in eu.esdihumboldt.hale.io.gml.writer.internal
 

Classes in eu.esdihumboldt.hale.io.gml.writer.internal that implement TypeIndex
 class SchemaDecorator
          Schema decorator.
 

Uses of TypeIndex in eu.esdihumboldt.hale.io.shp.reader.internal
 

Methods in eu.esdihumboldt.hale.io.shp.reader.internal with parameters of type TypeIndex
static Pair<TypeDefinition,Integer> ShapeInstanceReader.getMostCompatibleShapeType(TypeIndex types, TypeDefinition dataType)
          Determine the type out of the the mapping relevant types in the given type index, that matches the given data type best.
 

Constructors in eu.esdihumboldt.hale.io.shp.reader.internal with parameters of type TypeIndex
ShapesInstanceCollection(org.geotools.data.DataStore store, TypeDefinition defaultType, TypeIndex typeIndex, CRSProvider crsProvider)
          Data store for accessing simple features (from a Shapefile).
 

Uses of TypeIndex in eu.esdihumboldt.hale.io.xsd.model
 

Classes in eu.esdihumboldt.hale.io.xsd.model that implement TypeIndex
 class XmlIndex
          XML schema used during schema parsing, manages XmlTypeDefinitions
 

Uses of TypeIndex in eu.esdihumboldt.hale.ui.common.definition.selector
 

Constructors in eu.esdihumboldt.hale.ui.common.definition.selector with parameters of type TypeIndex
TypeDefinitionDialog(org.eclipse.swt.widgets.Shell parentShell, String title, TypeDefinition initialSelection, TypeIndex types)
          Create a type definition selection dialog.
TypeDefinitionSelector(org.eclipse.swt.widgets.Composite parent, String dialogTitle, TypeIndex typeIndex, org.eclipse.jface.viewers.ViewerFilter[] filters)
          Create a type definition selector.
 

Uses of TypeIndex in eu.esdihumboldt.hale.ui.service.schema.internal
 

Constructors in eu.esdihumboldt.hale.ui.service.schema.internal with parameters of type TypeIndex
EditMappableTypesPage(SchemaSpaceID spaceID, TypeIndex typeIndex)
          Creates a new wizard page to edit which types in the given index are mappable.
EditMappableTypesWizard(SchemaSpaceID spaceID, TypeIndex typeIndex)
          Creates a new wizard to edit which types in the given index are mappable.
 

Uses of TypeIndex in eu.esdihumboldt.hale.ui.views.schemas.explorer
 

Methods in eu.esdihumboldt.hale.ui.views.schemas.explorer that return TypeIndex
 TypeIndex SchemaExplorer.getSchema()
          Get the schema
 

Methods in eu.esdihumboldt.hale.ui.views.schemas.explorer with parameters of type TypeIndex
 void SchemaExplorer.setSchema(TypeIndex schema)
          Set the schema
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d