Modifier and Type | Method and Description |
---|---|
protected Instance |
PropertiesMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
DeepIterableKey mergeKey,
eu.esdihumboldt.cst.functions.core.merge.PropertiesMergeHandler.PropertiesMergeConfig mergeConfig) |
protected abstract Instance |
AbstractMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
K mergeKey,
T mergeConfig)
Merge multiple instance into one.
|
Modifier and Type | Method and Description |
---|---|
protected DeepIterableKey |
PropertiesMergeHandler.getMergeKey(Instance instance,
eu.esdihumboldt.cst.functions.core.merge.PropertiesMergeHandler.PropertiesMergeConfig mergeConfig) |
protected abstract K |
AbstractMergeHandler.getMergeKey(Instance instance,
T mergeConfig)
Get the merge key for a given instance.
|
Modifier and Type | Method and Description |
---|---|
protected Instance |
PropertiesMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
DeepIterableKey mergeKey,
eu.esdihumboldt.cst.functions.core.merge.PropertiesMergeHandler.PropertiesMergeConfig mergeConfig) |
protected abstract Instance |
AbstractMergeHandler.merge(Collection<Instance> instances,
TypeDefinition type,
K mergeKey,
T mergeConfig)
Merge multiple instance into one.
|
Modifier and Type | Method and Description |
---|---|
void |
CountingInstanceSink.addInstance(Instance instance) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.Multiset<Object> |
AlignmentUtil.getValues(Instance instance,
PropertyEntityDefinition definition,
boolean onlyValues)
Returns the values of the given instance which match the given property
entity definition.
|
Modifier and Type | Class and Description |
---|---|
class |
FamilyInstanceImpl
Decorate a given instance with family function.
|
Modifier and Type | Method and Description |
---|---|
Instance |
AbstractSingleTypeTransformation.getSourceInstance()
Get the source instance.
|
Constructor and Description |
---|
FamilyInstanceImpl(Instance instance)
Decorate the given instance with family function.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceSink.addInstance(Instance instance)
Adds an instance to the sink
|
Modifier and Type | Method and Description |
---|---|
List<Instance> |
DefaultInstanceSink.getInstances()
Get the instances collected in the sink.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultInstanceSink.addInstance(Instance instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractGeotoolsFilter.match(Instance instance) |
boolean |
TypeFilter.match(Instance instance) |
Modifier and Type | Method and Description |
---|---|
void |
LimboInstanceSink.addInstance(Instance instance) |
Modifier and Type | Method and Description |
---|---|
Object[] |
MetadataGenerator.generate(Instance inst)
generates certain metadata values for an instance
|
Object[] |
MetadataIdGenerator.generate(Instance inst)
generates a unique Identifier for an instance
|
Modifier and Type | Method and Description |
---|---|
void |
TypeConstraintValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context)
Validate
instance against constraint . |
Modifier and Type | Method and Description |
---|---|
static Collection<GeometryProperty<?>> |
GeometryUtil.getAllGeometries(Instance instance)
Get all geometries of an instance.
|
static Collection<GeometryProperty<?>> |
GeometryUtil.getGeometries(Instance instance,
List<QName> path)
Get the default geometry of an instance.
|
boolean |
GeometryFinder.visit(Instance instance,
QName name) |
Modifier and Type | Method and Description |
---|---|
static LinkedList<String> |
PropertyResolver.getQueryPath(Instance instance,
String query)
Returns possible fully qualified (with namespace) paths for the given
String which could not contain all namespaces.
The path can be splitted using PropertyResolver.getQNamesFromPath(String) |
static Collection<Object> |
PropertyResolver.getValues(Instance instance,
String propertyPath)
Method for retrieving values from instances using a certain path query
for searching through the instance definitions.
|
static Collection<Object> |
PropertyResolver.getValues(Instance instance,
String propertyPath,
boolean forceValue)
Method for retrieving values from instances using a certain path query
for searching through the instance definitions.
|
static boolean |
PropertyResolver.hasProperty(Instance instance,
String query)
Determines of the given Instance contains certain definitions questioned
by a given stringquery.
|
boolean |
BreadthFirstInstanceTraverser.traverse(Instance instance,
InstanceTraversalCallback callback)
Deprecated.
|
boolean |
DepthFirstInstanceTraverser.traverse(Instance instance,
InstanceTraversalCallback callback) |
boolean |
InstanceTraverser.traverse(Instance instance,
InstanceTraversalCallback callback)
Traverse the given instance.
|
boolean |
InstanceTraversalCallback.visit(Instance instance,
QName name)
Visit an instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FamilyInstance
FamilyInstance is an Instance with functionality to add child instance links.
|
interface |
MutableInstance
A mutable instance that allows adding/changing properties
|
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceResolver.getInstance(InstanceReference reference)
Get the instance referenced by the given reference.
|
Modifier and Type | Method and Description |
---|---|
static Collection<Instance> |
InstanceUtil.getInstanceOutOfFamily(FamilyInstance fi)
Creates a list of instances out of a FamilyInstance
|
ResourceIterator<Instance> |
InstanceCollection.iterator()
Get an iterator over all instances contained in the collection.
|
Modifier and Type | Method and Description |
---|---|
static String |
InstanceMetadata.getID(Instance instance)
gets the ID of an instance from its metadata
|
InstanceReference |
InstanceResolver.getReference(Instance instance)
Get a reference to an instance that can be used to retrieve the given
instance using
InstanceResolver.getInstance(InstanceReference) . |
static String |
InstanceMetadata.getSourceID(Instance instance)
gets the SourceID of an instance from its metadata
|
static boolean |
InstanceUtil.instanceEqual(Instance a,
Instance b,
boolean propertyOrderRelevant)
Checks whether the two given instances equal each other disregarding
their data set.
|
static String |
InstanceUtil.instanceToString(Instance instance)
Returns a string representation of the given instance.
|
boolean |
Filter.match(Instance instance)
Determines if an instance matches the filter.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstance
Default instance implementation backed by a
ListMultimap . |
class |
InstanceDecorator
Instance decorator class.
|
Modifier and Type | Method and Description |
---|---|
Instance |
PseudoInstanceReference.getInstance() |
Instance |
DefaultInstanceCollection.getInstance(InstanceReference reference) |
Instance |
MultiInstanceCollection.getInstance(InstanceReference reference) |
Instance |
FilteredInstanceCollection.getInstance(InstanceReference reference) |
Instance |
InstanceDecorator.getOriginalInstance()
Returns the original instance.
|
Instance |
FilteredInstanceCollection.FilteredIterator.next() |
Modifier and Type | Method and Description |
---|---|
ResourceIterator<Instance> |
DefaultInstanceCollection.iterator() |
ResourceIterator<Instance> |
MultiInstanceCollection.iterator() |
ResourceIterator<Instance> |
FilteredInstanceCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultInstanceCollection.add(Instance instance)
Adds an instance to the collection
|
InstanceReference |
DefaultInstanceCollection.getReference(Instance instance) |
InstanceReference |
MultiInstanceCollection.getReference(Instance instance) |
InstanceReference |
FilteredInstanceCollection.getReference(Instance instance) |
Constructor and Description |
---|
DefaultInstance(Instance org)
Copy constructor.
|
InstanceDecorator(Instance instance)
Constructs the decorator with the given instance.
|
PseudoInstanceReference(Instance instance)
Create a pseudo instance reference.
|
Constructor and Description |
---|
DefaultInstanceCollection(Collection<? extends Instance> collection)
Create an instance collection backed
|
FilteredInstanceCollection.FilteredIterator(ResourceIterator<Instance> decoratee)
Create a filtered resource iterator.
|
Modifier and Type | Class and Description |
---|---|
class |
OInstance
Instance implementation based on
ODocument s |
Constructor and Description |
---|
OInstance(Instance org)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
Instance |
BrowseOrientInstanceCollection.getInstance(InstanceReference reference) |
Instance |
OrientInstanceReference.load(LocalOrientDB lodb)
Load the instance specified by the reference from the given database.
|
Modifier and Type | Method and Description |
---|---|
ResourceIterator<Instance> |
BrowseOrientInstanceCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
OrientInstanceSink.addInstance(Instance instance) |
static InstanceReference |
OrientInstanceReference.createReference(Instance instance)
Create a reference for an instance
|
InstanceReference |
BrowseOrientInstanceCollection.getReference(Instance instance) |
protected void |
StoreInstancesJob.processInstance(Instance instance)
Process an instance before it is saved.
|
protected void |
OrientInstanceSink.processInstance(Instance instance)
Process an instance before it is converted and saved.
|
Modifier and Type | Method and Description |
---|---|
static InstanceValidationReporter |
InstanceValidator.validate(Instance instance)
Validates the given
Instance . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFlagValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context) |
void |
ValidationConstraintValidator.validateTypeConstraint(Instance instance,
TypeConstraint constraint,
InstanceValidationContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
GeometryHandler.createGeometry(Instance instance,
int srsDimension)
Create a geometry value from a given instance.
|
Object |
Geometries.createGeometry(Instance instance,
int srsDimension) |
static CRSDefinition |
GMLGeometryUtil.findCRS(Instance instance)
Find the CRS definition to be associated with the geometry contained in
the given instance.
|
static com.vividsolutions.jts.geom.Coordinate |
GMLGeometryUtil.parseCoord(Instance instance)
Parse a coordinate from a GML CoordType instance.
|
static com.vividsolutions.jts.geom.Coordinate[] |
GMLGeometryUtil.parseCoordinates(Instance coordinates)
Parse coordinates from a GML CoordinatesType instance.
|
static com.vividsolutions.jts.geom.Coordinate |
GMLGeometryUtil.parseDirectPosition(Instance directPosition)
Parse a coordinate from a GML DirectPositionType instance.
|
static com.vividsolutions.jts.geom.Coordinate[] |
GMLGeometryUtil.parsePosList(Instance posList,
int srsDimension)
Parse a coordinate from a GML PosList instance.
|
boolean |
CRSFinder.visit(Instance instance,
QName name) |
Modifier and Type | Method and Description |
---|---|
Object |
GeometryFactory.createGeometry(Instance instance,
int srsDimension)
Create a geometry value from a given instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
PolygonHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
EnvelopeHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
GenericGeometryHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
PointHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
LinearRingHandler.createGeometry(Instance instance,
int srsDimension) |
Object |
LineStringHandler.createGeometry(Instance instance,
int srsDimension) |
protected GeometryProperty<com.vividsolutions.jts.geom.LinearRing> |
LinearRingHandler.createGeometry(Instance instance,
int srsDimension,
boolean allowTryOtherDimension)
Create a
LinearRing geometry from the given instance. |
protected Object |
GenericGeometryHandler.createGeometry(Instance instance,
List<GeometryProperty<?>> childGeometries,
CRSDefinition defaultCrs)
Create a geometry value from a given instance.
|
Modifier and Type | Method and Description |
---|---|
Instance |
GmlInstanceCollection.getInstance(InstanceReference reference) |
Instance |
GmlInstanceCollection.InstanceIterator.next() |
Modifier and Type | Method and Description |
---|---|
InstanceReference |
GmlInstanceCollection.getReference(Instance instance) |
Modifier and Type | Class and Description |
---|---|
class |
StreamGmlInstance
Instance read from a XML or GML stream.
|
Modifier and Type | Method and Description |
---|---|
static Instance |
StreamGmlHelper.parseInstance(XMLStreamReader reader,
TypeDefinition type,
Integer indexInStream,
boolean strict,
Integer srsDimension,
CRSProvider crsProvider,
TypeDefinition parentType,
List<QName> propertyPath,
boolean allowNull)
Parses an instance with the given type from the given XML stream reader.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StreamGmlWriter.writeMember(Instance instance,
TypeDefinition type)
Write a given instance
|
Modifier and Type | Method and Description |
---|---|
Instance |
ShapesInstanceCollection.getInstance(InstanceReference reference) |
Modifier and Type | Method and Description |
---|---|
ResourceIterator<Instance> |
ShapesInstanceCollection.iterator() |
Modifier and Type | Method and Description |
---|---|
InstanceReference |
ShapesInstanceCollection.getReference(Instance instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
XPathFilter.match(Instance instance) |
Modifier and Type | Method and Description |
---|---|
void |
PopulationService.addToPopulation(Instance instance)
Add an instance to the population.
|
void |
PopulationService.addToPopulation(Instance instance,
DataSet dataSet)
Add an instance to the population, explicitly specifying the associated
data set.
|
Modifier and Type | Method and Description |
---|---|
static Collection<GeometryProperty<?>> |
DefaultGeometryUtil.getDefaultGeometries(Instance instance)
Get the default geometry of an instance.
|
Modifier and Type | Method and Description |
---|---|
protected Instance |
InstanceTestValues.getInstance(PropertyEntityDefinition property)
Get an instance that may hold a value for the given property.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
InstanceTestValues.extractValue(Instance instance,
PropertyEntityDefinition property)
Extract the value represented by the given property from the given
instance.
|
Modifier and Type | Method and Description |
---|---|
Instance |
OrientInstanceService.getInstance(InstanceReference reference) |
Modifier and Type | Method and Description |
---|---|
InstanceReference |
OrientInstanceService.getReference(Instance instance) |
protected void |
HaleStoreInstancesJob.processInstance(Instance instance) |
protected void |
HaleOrientInstanceSink.processInstance(Instance instance) |
Modifier and Type | Method and Description |
---|---|
Collection<Instance> |
InstanceSampleService.getReferenceInstances()
Get the reference instance sample
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceSampleService.setReferenceInstances(Collection<Instance> instances)
Set the reference instance sample
|
Modifier and Type | Method and Description |
---|---|
Collection<Instance> |
InstanceSampleServiceImpl.getReferenceInstances() |
Modifier and Type | Method and Description |
---|---|
void |
InstanceSampleServiceImpl.setReferenceInstances(Collection<Instance> instances) |
Modifier and Type | Method and Description |
---|---|
void |
PopulationServiceImpl.addToPopulation(Instance instance) |
void |
PopulationServiceImpl.addToPopulation(Instance instance,
DataSet dataSet) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDataView.onSelectionChange(Iterable<Instance> selection)
Called when the selection has changed
|
protected void |
SourceDataView.onSelectionChange(Iterable<Instance> selection) |
void |
AbstractDataView.selectionChanged(TypeDefinition type,
Iterable<Instance> selection) |
void |
InstanceViewer.setInput(TypeDefinition type,
Iterable<Instance> instances)
Set the input.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleInstanceSelectionProvider.updateSelection(Iterable<Instance> instances)
Update the instance selection.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataCompareActionProvider.setInput(List<Instance> instances,
Map<Integer,DefinitionInstanceLabelProvider> labelProviders)
Stores all instances and labelProviders
|
void |
DefinitionInstanceTreeViewer.setInput(TypeDefinition type,
Iterable<Instance> instances) |
Constructor and Description |
---|
DefinitionInstanceLabelProvider(Instance instance)
Create an instance label provider for tree based on a
TypeDefinition |
Modifier and Type | Method and Description |
---|---|
void |
InstanceExplorer.setInput(TypeDefinition type,
Iterable<Instance> instances) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceSelectionListener.selectionChanged(TypeDefinition type,
Iterable<Instance> selection)
Called when the selection changed
|
Modifier and Type | Method and Description |
---|---|
protected InstanceWaypoint |
AbstractInstancePainter.createWaypoint(Instance instance,
InstanceService instanceService)
Create a way-point for an instance
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a