Humboldt Alignment Editor 2.5.0

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

Packages that use Definition
eu.esdihumboldt.hale.common.align.model   
eu.esdihumboldt.hale.common.align.model.transformation.tree   
eu.esdihumboldt.hale.common.align.model.transformation.tree.impl   
eu.esdihumboldt.hale.common.schema   
eu.esdihumboldt.hale.common.schema.model   
eu.esdihumboldt.hale.common.schema.model.constraint   
eu.esdihumboldt.hale.common.schema.model.impl   
eu.esdihumboldt.hale.common.schema.model.impl.internal   
eu.esdihumboldt.hale.io.xsd.model   
eu.esdihumboldt.hale.io.xsd.reader.internal   
eu.esdihumboldt.hale.io.xsd.ui.properties   
eu.esdihumboldt.hale.ui.common.definition   
eu.esdihumboldt.hale.ui.common.definition.internal   
eu.esdihumboldt.hale.ui.views.properties.definition   
eu.esdihumboldt.hale.ui.views.properties.definition.childdefinition   
eu.esdihumboldt.hale.ui.views.properties.definition.propertydefinition   
eu.esdihumboldt.hale.ui.views.properties.definition.typedefinition   
 

Uses of Definition in eu.esdihumboldt.hale.common.align.model
 

Methods in eu.esdihumboldt.hale.common.align.model that return Definition
 Definition<?> EntityDefinition.getDefinition()
          Get the definition of the type or property represented by the entity definition.
 

Uses of Definition in eu.esdihumboldt.hale.common.align.model.transformation.tree
 

Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree that return Definition
 Definition<?> SourceNode.getDefinition()
          Get the associated definition
 

Uses of Definition in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl
 

Methods in eu.esdihumboldt.hale.common.align.model.transformation.tree.impl that return Definition
 Definition<?> SourceNodeImpl.getDefinition()
           
 

Uses of Definition in eu.esdihumboldt.hale.common.schema
 

Methods in eu.esdihumboldt.hale.common.schema with parameters of type Definition
static Classification Classification.getClassification(Definition<?> def)
          Determine the classification for a definition
 

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

Subinterfaces of Definition in eu.esdihumboldt.hale.common.schema.model
 interface ChildDefinition<C>
          Definition of a property or property group
 interface GroupPropertyDefinition
          Defines a group property
 interface PropertyDefinition
          Represents a property definition
 interface TypeDefinition
          Represents a type definition
 

Methods in eu.esdihumboldt.hale.common.schema.model with parameters of type Definition
static ChildDefinition<?> DefinitionUtil.getChild(Definition<?> definition, QName name)
          Returns the child definition of definition with the given name.
 

Uses of Definition in eu.esdihumboldt.hale.common.schema.model.constraint
 

Methods in eu.esdihumboldt.hale.common.schema.model.constraint with parameters of type Definition
static
<T> T
ConstraintUtil.getDefaultConstraint(Class<T> constraintType, Definition<?> definition)
          Get the default constraint for the given constraint type.
 

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

Classes in eu.esdihumboldt.hale.common.schema.model.impl that implement Definition
 class AbstractChildDefinition<C>
          Abstract child definition implementation
 class AbstractDefinition<C>
          Basic definition implementation to be subclassed
 class AbstractGroupPropertyDecorator
          Abstract decorator for GroupPropertyDefinitions
 class AbstractPropertyDecorator
          Abstract decorator for PropertyDefinitions
 class DefaultGroupPropertyDefinition
          Default GroupPropertyDefinition implementation
 class DefaultPropertyDefinition
          Default PropertyDefinition implementation
 class DefaultTypeDefinition
          Default TypeDefinition implementation.
 

Methods in eu.esdihumboldt.hale.common.schema.model.impl with parameters of type Definition
 int AbstractPropertyDecorator.compareTo(Definition<?> o)
           
 int AbstractGroupPropertyDecorator.compareTo(Definition<?> o)
           
 int AbstractDefinition.compareTo(Definition<?> other)
           
 

Uses of Definition in eu.esdihumboldt.hale.common.schema.model.impl.internal
 

Classes in eu.esdihumboldt.hale.common.schema.model.impl.internal that implement Definition
 class ConstraintOverrideGroupProperty
          Decorator for GroupPropertyDefinitions that overrides given constraints.
 class ConstraintOverrideProperty
          Decorator for PropertyDefinitions that overrides given constraints.
 class RedeclareGroupProperty
          Decorator for GroupPropertyDefinitions that has a changed declaring group.
 class RedeclareProperty
          Decorator for PropertyDefinitions that has a changed parent type
 class ReparentGroupProperty
          Decorator for GroupPropertyDefinitions that has a changed parent type
 class ReparentProperty
          Decorator for PropertyDefinitions that has a changed parent type
 

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

Classes in eu.esdihumboldt.hale.io.xsd.model that implement Definition
 class XmlAttribute
          Represents a XML schema attribute
 class XmlElement
          Represents a XML schema element
 

Uses of Definition in eu.esdihumboldt.hale.io.xsd.reader.internal
 

Classes in eu.esdihumboldt.hale.io.xsd.reader.internal that implement Definition
 class AnonymousXmlType
          An anonymous XML type
 class LazyGroupPropertyDefinition
          Lazy property group definition
 class LazyPropertyDefinition
          XML property definition that doesn't know its property type on construction time.
 class SubstitutionGroupProperty
          Group property that resolves all possible substitutions for a property and offers them as a choice.
 class SubstitutionProperty
          Property that represents a substitution in an XML element substitution group.
 class XmlAttributeGroupReferenceProperty
          Group property referencing a XML attribute group
 class XmlAttributeReferenceProperty
          Property referencing a XML attribute
 class XmlElementReferenceProperty
          Property referencing a XML element
 class XmlGroupReferenceProperty
          Group property referencing a XML group
 class XmlTypeDefinition
          XML type definition
 

Uses of Definition in eu.esdihumboldt.hale.io.xsd.ui.properties
 

Methods in eu.esdihumboldt.hale.io.xsd.ui.properties with parameters of type Definition
 boolean TypeDefinitionXmlElementsFilter.isFiltered(Definition<?> input)
           
 

Uses of Definition in eu.esdihumboldt.hale.ui.common.definition
 

Methods in eu.esdihumboldt.hale.ui.common.definition with parameters of type Definition
 org.eclipse.swt.widgets.Control DefinitionLabelFactory.createLabel(org.eclipse.swt.widgets.Composite parent, Definition<?> definition, boolean verbose)
          Create a label for the given definition
 org.eclipse.swt.graphics.Image DefinitionImages.getImage(Definition<?> def)
          Get the image for the given definition
protected  org.eclipse.swt.graphics.Image DefinitionImages.getImage(EntityDefinition entityDef, Definition<?> def)
          Get the image for the given definition
 

Uses of Definition in eu.esdihumboldt.hale.ui.common.definition.internal
 

Methods in eu.esdihumboldt.hale.ui.common.definition.internal with parameters of type Definition
 org.eclipse.swt.widgets.Control DefaultDefinitionLabelFactory.createLabel(org.eclipse.swt.widgets.Composite parent, Definition<?> definition, boolean verbose)
           
 

Uses of Definition in eu.esdihumboldt.hale.ui.views.properties.definition
 

Classes in eu.esdihumboldt.hale.ui.views.properties.definition with type parameters of type Definition
 class AbstractDefinitionSection<T extends Definition<?>>
          Abstract section for definition properties
 class DefaultDefinitionSection<T extends Definition<?>>
          The default definition section
 

Methods in eu.esdihumboldt.hale.ui.views.properties.definition with parameters of type Definition
 boolean DefinitionDescriptionFilter.isFiltered(Definition<?> input)
           
 boolean DefinitionLocationFilter.isFiltered(Definition<?> input)
           
abstract  boolean DefaultDefinitionFilter.isFiltered(Definition<?> input)
          Determine if an input is invalid and thus should be rejected by the filter.
 

Uses of Definition in eu.esdihumboldt.hale.ui.views.properties.definition.childdefinition
 

Methods in eu.esdihumboldt.hale.ui.views.properties.definition.childdefinition with parameters of type Definition
 boolean ChildDefinitionDefaultFilter.isFiltered(Definition<?> input)
           
 boolean ChildDefinitionLocationFilter.isFiltered(Definition<?> input)
           
 boolean ChildDefinitionDescriptionFilter.isFiltered(Definition<?> input)
           
 

Uses of Definition in eu.esdihumboldt.hale.ui.views.properties.definition.propertydefinition
 

Methods in eu.esdihumboldt.hale.ui.views.properties.definition.propertydefinition with parameters of type Definition
 boolean PropertyTypeLocationFilter.isFiltered(Definition<?> input)
           
 boolean PropertyUniqueFilter.isFiltered(Definition<?> input)
           
 boolean PropertyTypeDescriptionFilter.isFiltered(Definition<?> input)
           
 

Uses of Definition in eu.esdihumboldt.hale.ui.views.properties.definition.typedefinition
 

Methods in eu.esdihumboldt.hale.ui.views.properties.definition.typedefinition with parameters of type Definition
 boolean TypeDefinitionStructureFilter.isFiltered(Definition<?> input)
           
 boolean TypeDefinitionEnumerationFilter.isFiltered(Definition<?> input)
           
 


Humboldt Alignment Editor 2.5.0

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