|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity |
|---|
| Subinterfaces of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity | |
|---|---|
interface |
ConstrainingNode
A representation of the model object 'ConstrainingNode'. |
interface |
LeafConstrainingNode
A representation of the model object 'Leaf ConstrainingNode'. |
interface |
ResultConstrainingNode
A representation of the model object 'Result ConstrainingNode'. |
interface |
ResultValidatableNode
A representation of the model object 'Result ValidatableNode'. |
interface |
RootConstrainingNode
A representation of the model object 'Root ConstrainingNode'. |
interface |
RootValidatableNode
A representation of the model object 'Root ValidatableNode'. |
interface |
ValidatableNode
A representation of the model object 'ValidatableNode'. |
| Methods in org.eclipse.ocl.examples.emf.validation.validity that return AbstractNode | |
|---|---|
AbstractNode |
AbstractNode.getParent()
|
AbstractNode[] |
AbstractNode.getVisibleChildren()
Return the fraction of getChildren() that are visible in an array to suit access by a ContentProvider. |
| Methods in org.eclipse.ocl.examples.emf.validation.validity that return types with arguments of type AbstractNode | |
|---|---|
org.eclipse.emf.common.util.EList<? extends AbstractNode> |
AbstractNode.getChildren()
|
| Method parameters in org.eclipse.ocl.examples.emf.validation.validity with type arguments of type AbstractNode | |
|---|---|
void |
AbstractNode.getGrayedElements(java.util.List<AbstractNode> grayedNodes)
Fill grayedNodes with all grayed nodes in this node and its descendants. |
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity.impl |
|---|
| Classes in org.eclipse.ocl.examples.emf.validation.validity.impl that implement AbstractNode | |
|---|---|
class |
AbstractNodeImpl
An implementation of the model object 'AbstractNode'. |
class |
ConstrainingNodeImpl
An implementation of the model object 'ConstrainingNode'. |
class |
LeafConstrainingNodeImpl
An implementation of the model object 'Leaf ConstrainingNode'. |
class |
ResultConstrainingNodeImpl
An implementation of the model object 'Result ConstrainingNode'. |
class |
ResultValidatableNodeImpl
An implementation of the model object 'Result ValidatableNode'. |
class |
RootConstrainingNodeImpl
An implementation of the model object 'Root ConstrainingNode'. |
class |
RootValidatableNodeImpl
An implementation of the model object 'Root ValidatableNode'. |
class |
ValidatableNodeImpl
An implementation of the model object 'ValidatableNode'. |
| Fields in org.eclipse.ocl.examples.emf.validation.validity.impl declared as AbstractNode | |
|---|---|
static AbstractNode[] |
AbstractNodeImpl.NO_CHILDREN
|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.impl that return AbstractNode | |
|---|---|
abstract AbstractNode |
AbstractNodeImpl.getParent()
|
AbstractNode[] |
AbstractNodeImpl.getVisibleChildren()
|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.impl that return types with arguments of type AbstractNode | |
|---|---|
abstract org.eclipse.emf.common.util.EList<? extends AbstractNode> |
AbstractNodeImpl.getChildren()
|
| Method parameters in org.eclipse.ocl.examples.emf.validation.validity.impl with type arguments of type AbstractNode | |
|---|---|
void |
AbstractNodeImpl.getGrayedElements(java.util.List<AbstractNode> grayedNodes)
|
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity.manager |
|---|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.manager with type parameters of type AbstractNode | ||
|---|---|---|
protected
|
ValidityModel.sortEList(org.eclipse.emf.common.util.EList<T> nodes,
java.util.Comparator<AbstractNode> comparator)
Sorts the list. |
|
protected
|
ValidityModel.sortNodes(org.eclipse.emf.common.util.EList<T> nodes,
java.util.Comparator<AbstractNode> comparator)
Sorts the list. |
|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.manager with parameters of type AbstractNode | |
|---|---|
protected java.lang.StringBuilder |
ValidityModel.getResultPath(java.lang.StringBuilder s,
AbstractNode abstractNode)
|
| Method parameters in org.eclipse.ocl.examples.emf.validation.validity.manager with type arguments of type AbstractNode | ||
|---|---|---|
void |
ValidityModel.refreshModel(java.util.List<AbstractNode> grayedValidatableNodes,
java.util.List<AbstractNode> grayedConstrainingNodes)
|
|
void |
ValidityModel.refreshModel(java.util.List<AbstractNode> grayedValidatableNodes,
java.util.List<AbstractNode> grayedConstrainingNodes)
|
|
protected
|
ValidityModel.sortEList(org.eclipse.emf.common.util.EList<T> nodes,
java.util.Comparator<AbstractNode> comparator)
Sorts the list. |
|
protected
|
ValidityModel.sortNodes(org.eclipse.emf.common.util.EList<T> nodes,
java.util.Comparator<AbstractNode> comparator)
Sorts the list. |
|
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity.ui.actions |
|---|
| Method parameters in org.eclipse.ocl.examples.emf.validation.validity.ui.actions with type arguments of type AbstractNode | |
|---|---|
protected void |
EnableDisableAllNodesAction.updateAll(java.lang.Iterable<? extends AbstractNode> nodes)
|
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity.ui.filters |
|---|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.ui.filters with parameters of type AbstractNode | |
|---|---|
protected boolean |
UnusedNodesVisibilityFilter.isUsed(AbstractNode node)
|
boolean |
UnusedNodesVisibilityFilter.isVisible(AbstractNode abstractNode)
|
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity.ui.providers |
|---|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.ui.providers that return types with arguments of type AbstractNode | |
|---|---|
protected abstract java.util.List<? extends AbstractNode> |
AbstractNodeContentProvider.getRootNodes(RootNode rootNode)
|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.ui.providers with parameters of type AbstractNode | |
|---|---|
protected java.lang.String |
NodeLabelProvider.getSummaryToolTip(AbstractNode node)
|
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity.ui.view |
|---|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.ui.view with parameters of type AbstractNode | |
|---|---|
void |
ValidityViewRefreshJob.add(AbstractNode node)
|
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity.util |
|---|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.util with parameters of type AbstractNode | |
|---|---|
T |
ValiditySwitch.caseAbstractNode(AbstractNode object)
Returns the result of interpreting the object as an instance of 'Abstract Node'. |
| Uses of AbstractNode in org.eclipse.ocl.examples.emf.validation.validity.utilities |
|---|
| Methods in org.eclipse.ocl.examples.emf.validation.validity.utilities with parameters of type AbstractNode | |
|---|---|
boolean |
IVisibilityFilter.isVisible(AbstractNode abstractNode)
|
boolean |
SeveritiesVisibilityFilter.isVisible(AbstractNode element)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||