|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.schema.model.impl.DefaultSchemaSpace
public class DefaultSchemaSpace
Default SchemaSpace
implementation
Constructor Summary | |
---|---|
DefaultSchemaSpace()
|
Method Summary | |
---|---|
DefaultSchemaSpace |
addSchema(Schema schema)
Adds a schema |
Collection<? extends TypeDefinition> |
getMappingRelevantTypes()
Get all mappable types, i.e. |
Iterable<? extends Schema> |
getSchemas()
Get the contained schemas |
TypeDefinition |
getType(QName name)
Get the type with the given name |
Collection<? extends TypeDefinition> |
getTypes()
Get all types in the index |
void |
toggleMappingRelevant(Collection<? extends TypeDefinition> types)
Toggles the mappable flag of the given types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSchemaSpace()
Method Detail |
---|
public DefaultSchemaSpace addSchema(Schema schema)
schema
- the schema to add
public Collection<? extends TypeDefinition> getTypes()
TypeIndex
getTypes
in interface TypeIndex
TypeIndex.getTypes()
public TypeDefinition getType(QName name)
TypeIndex
getType
in interface TypeIndex
name
- the type name
null
if no type with the
given name exists in the indexTypeIndex.getType(QName)
public Collection<? extends TypeDefinition> getMappingRelevantTypes()
TypeIndex
MappingRelevantFlag
getMappingRelevantTypes
in interface TypeIndex
TypeIndex.getMappingRelevantTypes()
public Iterable<? extends Schema> getSchemas()
SchemaSpace
getSchemas
in interface SchemaSpace
SchemaSpace.getSchemas()
public void toggleMappingRelevant(Collection<? extends TypeDefinition> types)
TypeIndex
toggleMappingRelevant
in interface TypeIndex
types
- the types to toggleTypeIndex.toggleMappingRelevant(java.util.Collection)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |