public class DiffOptions extends Hashtable<String,Boolean>
OPTION_IGNORE_ID to true:
put(OPTION_IGNORE_ID, true);
The default settings are specified in
DiffOptions#Diff_Options().| Modifier and Type | Field and Description |
|---|---|
static String |
OPTION_IGNORE_ANNOTATIONS
When true, differences in
SAnnotation have no influence on
isomorphie and will not produce any differences. |
static String |
OPTION_IGNORE_FEATURES
When true, differences in
SFeature have no influence on
isomorphie and will not produce any differences. |
static String |
OPTION_IGNORE_ID
When true, differences in id have no influence on isomorphie and will not
produce any differences.
|
static String |
OPTION_IGNORE_LAYER
When true, layers will not be checked when computing isomorphie and
differences.
|
static String |
OPTION_IGNORE_META_ANNOTATIONS
When true, differences in
SMetaAnnotation have no influence on
isomorphie and will not produce any differences. |
static String |
OPTION_IGNORE_NAME
When true, differences in name have no influence on isomorphie and will
not produce any differences.
|
static String |
OPTION_IGNORE_PROCESSING_ANNOTATIONS
When true, differences in
SProcessingAnnotation have no influence
on isomorphie and will not produce any differences. |
| Constructor and Description |
|---|
DiffOptions()
Creates a new option map, to compute the differences in an isomorphic
comparison of graphs.
|
| Modifier and Type | Method and Description |
|---|---|
DiffOptions |
setOption(String key,
Boolean value)
Adds an option and returns this option object.
|
public static final String OPTION_IGNORE_FEATURES
SFeature have no influence on
isomorphie and will not produce any differences.public static final String OPTION_IGNORE_ANNOTATIONS
SAnnotation have no influence on
isomorphie and will not produce any differences.public static final String OPTION_IGNORE_META_ANNOTATIONS
SMetaAnnotation have no influence on
isomorphie and will not produce any differences.public static final String OPTION_IGNORE_PROCESSING_ANNOTATIONS
SProcessingAnnotation have no influence
on isomorphie and will not produce any differences.public static final String OPTION_IGNORE_ID
public static final String OPTION_IGNORE_NAME
public static final String OPTION_IGNORE_LAYER
public DiffOptions()
The default settings are:
OPTION_IGNORE_ANNOTATIONS: falseOPTION_IGNORE_META_ANNOTATIONS: falseOPTION_IGNORE_PROCESSING_ANNOTATIONS: trueOPTION_IGNORE_FEATURES: falseOPTION_IGNORE_ID: falseOPTION_IGNORE_NAME: falseOPTION_IGNORE_LAYER: falsepublic DiffOptions setOption(String key, Boolean value)
Copyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.