|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeMergePolicy | |
---|---|
pl.edu.agh.cast.model.attributes | |
pl.edu.agh.cast.model.visual |
Uses of AttributeMergePolicy in pl.edu.agh.cast.model.attributes |
---|
Subclasses of AttributeMergePolicy in pl.edu.agh.cast.model.attributes | |
---|---|
static class |
AttributeMergePolicy.MergePolicyAlwaysFirst
|
static class |
AttributeMergePolicy.MergePolicyAlwaysSecond
|
static class |
AttributeMergePolicy.MergePolicyLogicalAnd
|
static class |
AttributeMergePolicy.MergePolicyLogicalOr
|
Fields in pl.edu.agh.cast.model.attributes declared as AttributeMergePolicy | |
---|---|
static AttributeMergePolicy |
AttributeMergePolicy.MERGE_POLICY_ALWAYS_FIRST
A merge policy that always returns the first value. |
static AttributeMergePolicy |
AttributeMergePolicy.MERGE_POLICY_ALWAYS_SECOND
A merge policy that always returns the second value. |
static AttributeMergePolicy |
AttributeMergePolicy.MERGE_POLICY_LOGICAL_AND
A merge policy that always returns the logical conjunction (AND) of given values. |
static AttributeMergePolicy |
AttributeMergePolicy.MERGE_POLICY_LOGICAL_OR
A merge policy that always returns the logical alternative (OR) of given values. |
Methods in pl.edu.agh.cast.model.attributes that return AttributeMergePolicy | |
---|---|
AttributeMergePolicy |
Attribute.getDefaultMergePolicy()
|
static AttributeMergePolicy |
AttributeMergePolicy.resolve(java.lang.String id)
|
Methods in pl.edu.agh.cast.model.attributes with parameters of type AttributeMergePolicy | |
---|---|
void |
Attribute.setDefaultMergePolicy(AttributeMergePolicy defaultMergePolicy)
|
Uses of AttributeMergePolicy in pl.edu.agh.cast.model.visual |
---|
Methods in pl.edu.agh.cast.model.visual with parameters of type AttributeMergePolicy | |
---|---|
void |
ModelElement.setAttributeValue(java.lang.String name,
java.lang.Object newValue,
AttributeMergePolicy policy)
|
void |
AttributeValueContainer.setAttributeValue(java.lang.String name,
java.lang.Object newValue,
AttributeMergePolicy policy)
Sets a new attribute value according to given AttributeMergePolicy , fires change event. |
Method parameters in pl.edu.agh.cast.model.visual with type arguments of type AttributeMergePolicy | |
---|---|
void |
IDiagram.addAttributesFromEntities(java.util.Collection<pl.edu.agh.cast.model.base.IEntity> entities,
java.util.Collection<java.lang.String> attributes,
java.util.Map<java.lang.String,AttributeMergePolicy> mergePolicies,
java.lang.String nodeType,
org.eclipse.core.runtime.IProgressMonitor monitor)
Adds attributes from a collection of entities to the diagram with join on entity and node IDs. |
void |
Diagram.addAttributesFromEntities(java.util.Collection<pl.edu.agh.cast.model.base.IEntity> entities,
java.util.Collection<java.lang.String> attributes,
java.util.Map<java.lang.String,AttributeMergePolicy> mergePolicies,
java.lang.String nodeType,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
IDiagram.addAttributesFromEntities(java.util.Collection<pl.edu.agh.cast.model.base.IEntity> entities,
java.util.Collection<java.lang.String> attributes,
java.util.Map<java.lang.String,AttributeMergePolicy> mergePolicies,
java.lang.String nodeType,
java.lang.String sourceJoinAttribute,
java.lang.String targetJoinAttribute,
org.eclipse.core.runtime.IProgressMonitor monitor)
Adds attributes from a collection of entities to the diagram. |
void |
Diagram.addAttributesFromEntities(java.util.Collection<pl.edu.agh.cast.model.base.IEntity> entities,
java.util.Collection<java.lang.String> attributes,
java.util.Map<java.lang.String,AttributeMergePolicy> mergePolicies,
java.lang.String nodeType,
java.lang.String sourceJoinAttribute,
java.lang.String targetJoinAttribute,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |