Modifier and Type | Method and Description |
---|---|
protected void |
ConceptualSchemaTransformer.doTypeTransformation(TypeTransformationFactory transformation,
Cell typeCell,
InstanceCollection source,
InstanceSink target,
Alignment alignment,
EngineManager engines,
PropertyTransformer transformer,
TransformationContext context,
TransformationReporter reporter,
ProgressIndicator progressIndicator)
Execute a type transformation based on single type cell
|
Modifier and Type | Method and Description |
---|---|
void |
Retype.execute(String transformationIdentifier,
TransformationEngine engine,
Map<String,String> executionParameters,
TransformationLog log,
Cell cell) |
void |
Create.execute(String transformationIdentifier,
TransformationEngine engine,
Map<String,String> executionParameters,
TransformationLog log,
Cell cell) |
Modifier and Type | Method and Description |
---|---|
protected String |
CentroidExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
OrdinatesToPointExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
NetworkExpansionExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
CalculateAreaExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
CalculateLengthExplanation.getExplanation(Cell cell,
boolean html) |
Modifier and Type | Method and Description |
---|---|
protected String |
GroovyExplanation.getExplanation(Cell cell,
boolean html) |
Modifier and Type | Method and Description |
---|---|
protected String |
IdentifierExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
GeographicalNameExplanation.getExplanation(Cell cell,
boolean html) |
Modifier and Type | Method and Description |
---|---|
protected String |
MathematicalExpressionExplanation.getExplanation(Cell cell,
boolean html) |
Modifier and Type | Method and Description |
---|---|
protected String |
RegexAnalysisExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
DateExtractionExplanation.getExplanation(Cell cell,
boolean html) |
Modifier and Type | Method and Description |
---|---|
protected void |
FunctionExecutor.executeTransformation(PropertyTransformationFactory transformation,
Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Execute a property transformation.
|
ExecutionContext |
TransformationContext.getCellContext(Cell cell)
Get the execution context for the given cell.
|
TransformationTree |
TransformationTreePool.getTree(Cell typeCell)
Get a transformation tree from the pool.
|
protected void |
FunctionExecutor.processValid(Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets) |
void |
TreePropertyTransformer.publish(FamilyInstance source,
MutableInstance target,
TransformationLog typeLog,
Cell typeCell) |
boolean |
CSTCompatibilityMode.supportsCell(Cell cell) |
Modifier and Type | Method and Description |
---|---|
static void |
BGISAppUtil.appendNote(Cell cell,
String note)
Append a note to the given cell.
|
Constructor and Description |
---|
DuplicateVisitor(com.google.common.collect.Multimap<String,Cell> exampleCells,
String cellNote)
Create an example cell visitor creating derived cells.
|
Constructor and Description |
---|
CityGMLPropagateVisitor(Schema cityGMLSource,
com.google.common.collect.Multimap<String,Cell> bgisExamples,
com.google.common.collect.Multimap<QName,Cell> cityGMLExamples,
FeatureMap featureMap,
String cellNote)
Create an example cell visitor creating derived cells.
|
CityGMLPropagateVisitor(Schema cityGMLSource,
com.google.common.collect.Multimap<String,Cell> bgisExamples,
com.google.common.collect.Multimap<QName,Cell> cityGMLExamples,
FeatureMap featureMap,
String cellNote)
Create an example cell visitor creating derived cells.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CompatibilityModeUtil.checkFilters(Cell cell,
com.google.common.base.Predicate<Filter> predicate)
Check all filters referenced in a cell for compatibility.
|
boolean |
CompatibilityMode.supportsCell(Cell cell)
checks the functions compatibility through its cell
|
Constructor and Description |
---|
CellBean(Cell cell)
Create a cell bean based on the given cell
|
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableCell
Interface for cell that may be adapted through cell modifiers.
|
interface |
MutableCell
Mutable
Cell which is used where changes to the cell are allowed. |
Modifier and Type | Class and Description |
---|---|
class |
BaseAlignmentCell
Cell wrapper for cells of a base alignment.
|
Modifier and Type | Method and Description |
---|---|
Cell |
Alignment.getCell(String cellId)
Returns the cell referenced by the given id string or
null
if it cannot be found. |
static Cell |
AlignmentUtil.reparentCell(Cell propertyCell,
Cell typeCell,
boolean strict)
Returns a cell like the given property cell with all source and target
types matching those off the given type cell.
If the types already match they are unchanged. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Cell> |
Alignment.getActiveTypeCells()
Get type cells that are configured as being active.
|
Set<Cell> |
BaseAlignmentCell.getAdditionalDisabledFor()
Returns the additional disabled for entries of the extended cell.
|
Set<Cell> |
BaseAlignmentCell.getBaseDisabledFor()
Returns the result of
BaseAlignmentCell.getDisabledFor() from the base cell. |
Collection<? extends Cell> |
Alignment.getCells()
Get the collection of cells contained in the alignment.
|
Collection<? extends Cell> |
Alignment.getCells(EntityDefinition entityDefinition)
Get the cells associated directly with the given entity definition.
|
Collection<? extends Cell> |
Alignment.getCells(EntityDefinition entityDefinition,
boolean includeInherited)
Get the cells associated with the given entity definition.
|
Collection<? extends Cell> |
Alignment.getCells(TypeDefinition type,
SchemaSpaceID schemaSpace)
Get the cells associated with the given type.
|
Set<Cell> |
BaseAlignmentCell.getDisabledFor() |
Set<Cell> |
Cell.getDisabledFor()
Returns the cells this cell is disabled for.
|
Collection<? extends Cell> |
Alignment.getPropertyCells(Cell typeCell)
Get the cells representing a mapping between properties that are
associated with the given cell, not including disabled cells.
The type cell needs to have at least a source or a target set for this method to return anything. |
Collection<? extends Cell> |
Alignment.getPropertyCells(Cell typeCell,
boolean includeDisabled,
boolean ignoreEmptySource)
Get the cells representing a mapping between properties that are
associated with the given cell.
The type cell needs to have at least a source or a target set for this method to return anything. |
Collection<? extends Cell> |
Alignment.getTypeCells()
Get the cells representing a mapping between types
|
Collection<? extends Cell> |
Alignment.getTypeCells(Cell queryCell)
Get all type cells that match the given query cell's sources and targets.
If the query cell has neither sources nor a target, all type cells are returned. |
Modifier and Type | Method and Description |
---|---|
static boolean |
AlignmentUtil.associatedWith(EntityDefinition entity,
Cell cell,
boolean allowInheritance,
boolean orChildren)
Checks whether the given entity (or one of its children) is associated
with the given cell (considering inheritance).
|
static String |
CellUtil.getCellDescription(Cell cell)
Get a short description of a cell.
|
String |
CellExplanation.getExplanation(Cell cell,
ServiceProvider provider)
Get the explanation for the given cell.
|
String |
CellExplanation.getExplanationAsHtml(Cell cell,
ServiceProvider provider)
Get the explanation in html format for the given cell
|
static ParameterValue |
CellUtil.getFirstParameter(Cell cell,
String parameterName)
Get the first parameter with the given name in the given cell.
|
static String |
CellUtil.getNotes(Cell cell)
Get the default documentation entry of a cell.
|
static ParameterValue |
CellUtil.getOptionalParameter(Cell cell,
String parameterName,
Value defaultValue)
Get the first parameter with the given name in the given cell.
|
Collection<? extends Cell> |
Alignment.getPropertyCells(Cell typeCell)
Get the cells representing a mapping between properties that are
associated with the given cell, not including disabled cells.
The type cell needs to have at least a source or a target set for this method to return anything. |
Collection<? extends Cell> |
Alignment.getPropertyCells(Cell typeCell,
boolean includeDisabled,
boolean ignoreEmptySource)
Get the cells representing a mapping between properties that are
associated with the given cell.
The type cell needs to have at least a source or a target set for this method to return anything. |
Collection<? extends Cell> |
Alignment.getTypeCells(Cell queryCell)
Get all type cells that match the given query cell's sources and targets.
If the query cell has neither sources nor a target, all type cells are returned. |
static boolean |
AlignmentUtil.isAugmentation(Cell cell)
Determines if the given cell is an augmentation.
|
static boolean |
AlignmentUtil.isTypeCell(Cell cell)
Determines if the given cell is a type cell.
|
boolean |
MutableAlignment.removeCell(Cell cell)
Remove a cell
|
static Cell |
AlignmentUtil.reparentCell(Cell propertyCell,
Cell typeCell,
boolean strict)
Returns a cell like the given property cell with all source and target
types matching those off the given type cell.
If the types already match they are unchanged. |
void |
BaseAlignmentCell.setBaseDisabledFor(Cell cell,
boolean disabled)
Disables this cell's base cell for the given cell.
|
void |
BaseAlignmentCell.setDisabledFor(Cell cell,
boolean disabled) |
void |
ModifiableCell.setDisabledFor(Cell cell,
boolean disabled) |
static void |
CellUtil.setNotes(Cell cell,
String notes)
Set the default documentation entry of a cell.
|
Modifier and Type | Method and Description |
---|---|
protected String |
MergeExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
GenerateUIDExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
FormattedStringExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
JoinExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
RetypeExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
AssignExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
RenameExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
CreateExplanation.getExplanation(Cell cell,
boolean html) |
protected String |
ClassificationMappingExplanation.getExplanation(Cell cell,
boolean html) |
String |
ClassificationMappingExplanation.getExplanation(Cell cell,
ServiceProvider provider) |
String |
ClassificationMappingExplanation.getExplanationAsHtml(Cell cell,
ServiceProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCell
Default implementation of an alignment cell
|
Modifier and Type | Method and Description |
---|---|
Cell |
DefaultAlignment.getCell(String cellId) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Cell> |
DefaultAlignment.getActiveTypeCells() |
Collection<? extends Cell> |
DefaultAlignment.getCells() |
Collection<? extends Cell> |
DefaultAlignment.getCells(EntityDefinition entityDefinition) |
Collection<? extends Cell> |
DefaultAlignment.getCells(EntityDefinition entityDefinition,
boolean includeInherited) |
Collection<? extends Cell> |
DefaultAlignment.getCells(TypeDefinition type,
SchemaSpaceID schemaSpace) |
Set<Cell> |
DefaultCell.getDisabledFor() |
Collection<? extends Cell> |
DefaultAlignment.getPropertyCells(Cell typeCell) |
Collection<? extends Cell> |
DefaultAlignment.getPropertyCells(Cell typeCell,
boolean includeDisabled,
boolean ignoreEmptySource) |
Collection<Cell> |
DefaultAlignment.getTypeCells() |
Collection<? extends Cell> |
DefaultAlignment.getTypeCells(Cell queryCell) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
AbstractCellExplanation.getExplanation(Cell cell,
boolean html)
Get the explanation string in the specified format.
|
String |
AbstractCellExplanation.getExplanation(Cell cell,
ServiceProvider provider) |
String |
AbstractCellExplanation.getExplanationAsHtml(Cell cell,
ServiceProvider provider) |
Collection<? extends Cell> |
DefaultAlignment.getPropertyCells(Cell typeCell) |
Collection<? extends Cell> |
DefaultAlignment.getPropertyCells(Cell typeCell,
boolean includeDisabled,
boolean ignoreEmptySource) |
Collection<? extends Cell> |
DefaultAlignment.getTypeCells(Cell queryCell) |
boolean |
DefaultAlignment.removeCell(Cell cell) |
void |
DefaultCell.setDisabledFor(Cell cell,
boolean disabled) |
Constructor and Description |
---|
DefaultCell(Cell copy)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Cell |
CellNode.getCell()
Get the associated cell.
|
Cell |
TransformationTree.getTypeCell()
Get the associated type cell
|
Modifier and Type | Method and Description |
---|---|
Pair<SourceNode,Set<Cell>> |
Leftovers.consumeValue()
Consume a left over value completely (for all remaining cells).
|
Modifier and Type | Method and Description |
---|---|
SourceNode |
Leftovers.consumeValue(Cell cell)
Consume a left over value regarding the given cell.
|
static boolean |
TransformationTreeUtil.isEager(Cell cell,
SourceNode source,
TransformationLog log)
Determines if a cell is connected to a source node with eager source
parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationContext.duplicateContext(SourceNode originalSource,
SourceNode duplicate,
Set<Cell> ignoreCells,
TransformationLog log)
Duplicate the context sub-tree of the given context source.
|
Modifier and Type | Method and Description |
---|---|
Set<Cell> |
TargetContext.DuplicationContext.getIgnoreCells()
Get the cells to be ignored during duplication.
|
Modifier and Type | Method and Description |
---|---|
CellNodeImpl |
TargetContext.DuplicationContext.getNode(Cell cell)
Get the cell node associated to the given cell.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetContext.duplicateContext(SourceNode originalSource,
SourceNode duplicate,
Set<Cell> ignoreCells,
TransformationLog log) |
Constructor and Description |
---|
TargetContext.DuplicationContext(Set<Cell> ignoreCells)
Create a duplication context
|
Modifier and Type | Method and Description |
---|---|
Cell |
CellNodeImpl.getCell() |
Cell |
TransformationTreeImpl.getTypeCell() |
Modifier and Type | Method and Description |
---|---|
Pair<SourceNode,Set<Cell>> |
LeftoversImpl.consumeValue() |
protected Collection<? extends Cell> |
TransformationTreeImpl.getRelevantPropertyCells(Alignment alignment,
Cell typeCell)
Get the property cells relevant for the transformation tree from the
given alignment.
|
Modifier and Type | Method and Description |
---|---|
SourceNode |
LeftoversImpl.consumeValue(Cell cell) |
protected Collection<? extends Cell> |
TransformationTreeImpl.getRelevantPropertyCells(Alignment alignment,
Cell typeCell)
Get the property cells relevant for the transformation tree from the
given alignment.
|
Constructor and Description |
---|
CellNodeImpl(Cell cell)
Create a cell node w/o associated sources.
|
CellNodeImpl(Cell cell,
SourceNodeFactory sourceNodes)
Creates a cell node where the sources are populated from the given cell.
|
TransformationTreeImpl(Alignment alignment,
Cell typeCell)
Create a transformation tree based on a type cell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CellNodeValidator.processValid(Cell cell,
com.google.common.collect.ListMultimap<String,Pair<SourceNode,Entity>> sources,
com.google.common.collect.ListMultimap<String,Pair<TargetNode,Entity>> targets)
Process a valid cell node.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationFunction.execute(String transformationIdentifier,
E engine,
Map<String,String> executionParameters,
TransformationLog log,
Cell cell)
Execute the function as configured.
|
Modifier and Type | Method and Description |
---|---|
protected Cell |
AbstractPropertyTransformation.getCell()
Get the cell used to configure this function evaluation.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPropertyTransformation.execute(String transformationIdentifier,
E engine,
Map<String,String> executionParameters,
TransformationLog log,
Cell cell) |
Constructor and Description |
---|
CellLog(ReportLog<TransformationMessage> log,
Cell cell)
Create a transformation log based on the given cell
|
TransformationMessageImpl(Cell cell,
String message,
Throwable throwable)
Create a new transformation message.
|
TransformationMessageImpl(Cell cell,
String message,
Throwable throwable,
String stackTrace)
Create a new transformation message.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransformer.publish(FamilyInstance source,
MutableInstance target,
TransformationLog typeLog,
Cell typeCell)
Publish a source/target instance pair for property transformation.
|
Modifier and Type | Method and Description |
---|---|
static String |
DataCaptureSpecUtil.getDataCaptureSpec(Cell typeCell)
Extract the data capture specification from a type cell.
|
String |
XslDataCaptureSpec.getSequence(Cell cell,
com.google.common.collect.ListMultimap<String,XslVariable> variables,
XsltGenerationContext xsltContext,
Cell typeCell) |
Modifier and Type | Method and Description |
---|---|
String |
XslSourceDescription.getSequence(Cell cell,
com.google.common.collect.ListMultimap<String,XslVariable> variables,
XsltGenerationContext xsltContext,
Cell typeCell) |
static String |
SourceDescriptionUtil.getSourceDescription(Cell typeCell)
Derive a source description from a type cell.
|
Modifier and Type | Field and Description |
---|---|
protected Identifiers<Cell> |
CellInfo.cellIds
the cell identifier
|
Modifier and Type | Method and Description |
---|---|
Cell |
CellInfo.getCell() |
Constructor and Description |
---|
CellInfo(Cell cell,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a cell info
|
TypeCellInfo(Cell cell,
Alignment align,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a type cell info
|
Constructor and Description |
---|
CellInfo(Cell cell,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a cell info
|
TypeCellInfo(Cell cell,
Alignment align,
Identifiers<Cell> cellIds,
String subDir)
Constructor for a type cell info
|
Modifier and Type | Method and Description |
---|---|
void |
XslTypeTransformation.generateTemplate(String templateName,
XmlElement targetElement,
Cell typeCell,
LocatableOutputSupplier<? extends OutputStream> out)
Generate a XSLT fragment with a template for the type transformation
represented by the given cell.
|
String |
XsltGenerationContext.getInlineTemplateName(Cell typeCell)
Get the name of the inline template for a type cell.
|
XslFunction |
XslPropertyTransformation.selectFunction(Cell cell)
Select the function that should handle the given property cell.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XsltCompatibilityMode.supportsCell(Cell cell) |
Modifier and Type | Method and Description |
---|---|
String |
XslFunction.getSequence(Cell cell,
com.google.common.collect.ListMultimap<String,XslVariable> variables,
XsltGenerationContext xsltContext,
Cell typeCell)
Get the XSL sequence defining the target of the given mapping cell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XsltGenerator.generateTypeTransformation(String templateName,
XmlElement targetElement,
Cell typeCell,
File targetfile)
Generate a XSL fragment for transformation based on the given type
relation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractVelocityXslTypeTransformation.configureTemplate(org.apache.velocity.VelocityContext context,
Cell typeCell)
Configure the velocity template.
|
void |
AbstractVelocityXslTypeTransformation.generateTemplate(String templateName,
XmlElement targetElement,
Cell typeCell,
LocatableOutputSupplier<? extends OutputStream> out) |
XslFunction |
AbstractFunctionTransformation.selectFunction(Cell cell) |
Modifier and Type | Method and Description |
---|---|
protected void |
XslRetype.configureTemplate(org.apache.velocity.VelocityContext context,
Cell typeCell) |
protected String |
XslRetype.createPropertiesFragment(Cell typeCell)
Create a XSL fragment for populating the properties of a target instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CellGraphContentProvider.addEdges(Cell cell,
List<Edge> edges)
Adds the edges for the given cell to the given list.
|
Constructor and Description |
---|
CellFigure(Cell cell,
org.eclipse.swt.graphics.Font customFont,
boolean isCompatible,
String lastCompatibilityMode,
boolean isInherited)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
GraphLabelProvider.isInherited(Cell cell)
Returns whether the given cell is an inherited cell.
The default implementation returns false , since the label
provider got no information about any selected type cell. |
Modifier and Type | Method and Description |
---|---|
void |
CompatibilityServiceListener.compatibilityChanged(boolean isCompatible,
List<Cell> incompatibleCells)
processes the changes if the compatibility mode changed
|
Modifier and Type | Method and Description |
---|---|
static Cell |
FunctionWizardUtil.createNewWizard(String functionId,
SchemaSelection elements)
Open a wizard that creates a new relation with the given ID and adds the
result to the alignment.
|
Cell |
AbstractFunctionWizard.getInitCell() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFunctionWizard.init(Cell cell)
Initialize the wizard based on an existing cell.
|
Constructor and Description |
---|
AbstractFunctionWizard(Cell cell)
Create a function wizard based on an existing cell
|
Modifier and Type | Method and Description |
---|---|
protected Cell |
TypeCellSelectionDialog.getObjectFromSelection(org.eclipse.jface.viewers.ISelection selection) |
Cell |
SourceTargetTypeSelector.getSelectedCell()
Returns the selected cell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TypeCellSelectionDialog.setupViewer(org.eclipse.zest.core.viewers.GraphViewer viewer,
Cell initialSelection) |
Constructor and Description |
---|
TypeCellSelectionDialog(org.eclipse.swt.widgets.Shell parentShell,
String title,
Cell initialSelection)
Create a type cell selection dialog.
|
Modifier and Type | Method and Description |
---|---|
Cell |
CellFunctionContribution.getCell()
Get the cell
|
Cell |
SetTransformationModeContribution.getOriginalCell()
Get the cell
|
Cell |
SetPriorityContribution.getOriginalCell()
Get the cell
|
Cell |
ReplaceFunctionWizardContribution.getOriginalCell()
Get the cell
|
Constructor and Description |
---|
CellFunctionContribution(Cell cell)
Constructor
|
ReplaceFunctionWizardContribution(Cell originalCell)
Constructor
|
SetPriorityContribution(Cell originalCell)
Constructor
|
Constructor and Description |
---|
CellWizardAction(CellFunctionContribution functionContribution,
Cell originalCell,
FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService)
Constructor
|
ReplaceFunctionWizardAction(SchemaSelectionFunctionContribution functionContribution,
Cell originalCell,
FunctionWizardDescriptor<?> descriptor,
AlignmentService alignmentService)
Constructor
|
Modifier and Type | Method and Description |
---|---|
FunctionWizard |
FunctionWizardFactory.createEditWizard(Cell cell)
Creates a wizard for editing an existing cell.
|
Modifier and Type | Method and Description |
---|---|
FunctionWizard |
AbstractFunctionWizardDescriptor.createEditWizard(Cell cell) |
FunctionWizard |
FactoryWizardDescriptor.createEditWizard(Cell cell) |
Modifier and Type | Method and Description |
---|---|
Cell |
AbstractGenericFunctionWizard.getUnfinishedCell()
Returns the cell that would be created if the wizard would be finished
now.
|
Modifier and Type | Method and Description |
---|---|
FunctionWizard |
GenericTypeFunctionWizardFactory.createEditWizard(Cell cell) |
FunctionWizard |
GenericPropertyFunctionWizardFactory.createEditWizard(Cell cell) |
protected EntitiesPage<TypeFunction,TypeParameter,?> |
GenericTypeFunctionWizard.createEntitiesPage(SchemaSelection initSelection,
Cell initCell) |
protected EntitiesPage<PropertyFunction,PropertyParameter,?> |
GenericPropertyFunctionWizard.createEntitiesPage(SchemaSelection initSelection,
Cell initCell) |
protected abstract EntitiesPage<T,P,?> |
AbstractGenericFunctionWizard.createEntitiesPage(SchemaSelection initSelection,
Cell initCell)
Create the entities page
|
protected List<ParameterPage> |
AbstractGenericFunctionWizard.createParameterPages(Cell initialCell)
Create the page for configuring the function parameters.
|
protected void |
AbstractGenericFunctionWizard.init(Cell cell) |
Constructor and Description |
---|
AbstractGenericFunctionWizard(Cell cell) |
GenericPropertyFunctionWizard(Cell cell) |
GenericTypeFunctionWizard(Cell cell) |
Modifier and Type | Method and Description |
---|---|
protected Cell |
EntitiesPage.getInitialCell() |
Modifier and Type | Method and Description |
---|---|
protected abstract F |
EntitiesPage.createField(D field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
Create entity assignment fields for the given field definition
|
protected PropertyField |
PropertyEntitiesPage.createField(PropertyParameter field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell) |
protected TypeField |
TypeEntitiesPage.createField(TypeParameter field,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell) |
Constructor and Description |
---|
EntitiesPage(SchemaSelection initialSelection,
Cell initialCell)
Create the entities page
|
PropertyEntitiesPage(SchemaSelection initialSelection,
Cell initialCell) |
TypeEntitiesPage(SchemaSelection initialSelection,
Cell initialCell) |
Constructor and Description |
---|
Field(F definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell)
Create a field
|
PropertyField(PropertyParameter definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell,
TypeEntityDefinition parentType)
Create a property field
|
TypeField(TypeParameter definition,
SchemaSpaceID ssid,
org.eclipse.swt.widgets.Composite parent,
Set<EntityDefinition> candidates,
Cell initialCell) |
Modifier and Type | Method and Description |
---|---|
void |
AlignmentService.removeCells(Cell... cells)
Removes the given cells
|
void |
AlignmentService.replaceCell(Cell oldCell,
MutableCell newCell)
Replace a cell with a new cell.
|
Modifier and Type | Method and Description |
---|---|
void |
AlignmentServiceAdapter.cellsAdded(Iterable<Cell> cells) |
void |
AlignmentServiceListener.cellsAdded(Iterable<Cell> cells)
Called when cells have been added
|
void |
AlignmentServiceAdapter.cellsPropertyChanged(Iterable<Cell> cells,
String propertyName) |
void |
AlignmentServiceListener.cellsPropertyChanged(Iterable<Cell> cells,
String propertyName)
Called when existing cells have been modified
|
void |
AlignmentServiceAdapter.cellsRemoved(Iterable<Cell> cells) |
void |
AlignmentServiceListener.cellsRemoved(Iterable<Cell> cells)
Called when existing cells have been removed
|
void |
AlignmentServiceAdapter.cellsReplaced(Map<? extends Cell,? extends Cell> cells) |
void |
AlignmentServiceAdapter.cellsReplaced(Map<? extends Cell,? extends Cell> cells) |
void |
AlignmentServiceListener.cellsReplaced(Map<? extends Cell,? extends Cell> cells)
Called when an existing cell has been replaced by another.
|
void |
AlignmentServiceListener.cellsReplaced(Map<? extends Cell,? extends Cell> cells)
Called when an existing cell has been replaced by another.
|
void |
AlignmentService.replaceCells(Map<? extends Cell,MutableCell> cells)
Replace cells with a new cells.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAlignmentService.notifyCellReplaced(Cell oldCell,
Cell newCell)
Call when an existing cell has been replaced by another.
|
void |
AlignmentServiceDecorator.removeCells(Cell... cells) |
void |
AlignmentServiceUndoSupport.removeCells(Cell... cells) |
void |
AlignmentServiceImpl.removeCells(Cell... cells) |
void |
AlignmentServiceDecorator.replaceCell(Cell oldCell,
MutableCell newCell) |
void |
AlignmentServiceUndoSupport.replaceCell(Cell oldCell,
MutableCell newCell) |
void |
AlignmentServiceImpl.replaceCell(Cell oldCell,
MutableCell newCell) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAlignmentService.notifyCellsAdded(Iterable<Cell> cells)
Call when cells have been added
|
protected void |
AbstractAlignmentService.notifyCellsPropertyChanged(Iterable<Cell> cells,
String propertyName)
Call when cells are modified.
|
protected void |
AbstractAlignmentService.notifyCellsRemoved(Iterable<Cell> cells)
Call when existing cells have been removed
|
protected void |
AbstractAlignmentService.notifyCellsReplaced(Map<? extends Cell,? extends Cell> cells)
Call when several existing cell has been replaced by others.
This method will take care of the map so that listeners cannot change it. |
protected void |
AbstractAlignmentService.notifyCellsReplaced(Map<? extends Cell,? extends Cell> cells)
Call when several existing cell has been replaced by others.
This method will take care of the map so that listeners cannot change it. |
void |
AlignmentServiceDecorator.replaceCells(Map<? extends Cell,MutableCell> cells) |
void |
AlignmentServiceUndoSupport.replaceCells(Map<? extends Cell,MutableCell> cells) |
void |
AlignmentServiceImpl.replaceCells(Map<? extends Cell,MutableCell> cells) |
Constructor and Description |
---|
AlignmentServiceUndoSupport.DisableCellOperation(boolean disable,
String mutableCellId,
Cell typeCell)
Create an operation that disables a cell.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EntityDefinitionServiceImpl.addMissingContexts(Iterable<? extends Cell> cells)
Add missing contexts for the given cells
|
Modifier and Type | Method and Description |
---|---|
Cell |
AbstractCellSection.getCell()
Get the current cell.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AbstractCellFilter.isFiltered(Cell input)
Determine if a cell is invalid and thus should be rejected by the filter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HtmlExplanationCellFilter.isFiltered(Cell cell) |
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a