|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeIndex
A type index holds a set of type definitions and a corresponding name index.
Method Summary | |
---|---|
Collection<? extends TypeDefinition> |
getMappingRelevantTypes()
Get all mappable types, i.e. |
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. |
Method Detail |
---|
Collection<? extends TypeDefinition> getTypes()
TypeDefinition getType(QName name)
name
- the type name
null
if no type with the
given name exists in the indexCollection<? extends TypeDefinition> getMappingRelevantTypes()
MappingRelevantFlag
void toggleMappingRelevant(Collection<? extends TypeDefinition> types)
types
- the types to toggle
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |