Interface IGeneralOrdering
The public interface for GeneralOrdering
[DefaultImplementationType(typeof(GeneralOrdering))]
[XmlDefaultImplementationType(typeof(GeneralOrdering))]
[ModelRepresentationClass("http://www.eclipse.org/uml2/5.0.0/UML#//GeneralOrdering")]
public interface IGeneralOrdering : INamedElement, IElement, IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
After
The OccurrenceSpecification referenced comes after the OccurrenceSpecification referenced by before. <p>From package UML::Interactions.</p>
[XmlElementName("after")]
[XmlAttribute(true)]
[XmlOpposite("toBefore")]
IOccurrenceSpecification After { get; set; }
Property Value
Before
The OccurrenceSpecification referenced comes before the OccurrenceSpecification referenced by after. <p>From package UML::Interactions.</p>
[XmlElementName("before")]
[XmlAttribute(true)]
[XmlOpposite("toAfter")]
IOccurrenceSpecification Before { get; set; }
Property Value
Methods
Irreflexive_transitive_closure(object, object)
An occurrence specification must not be ordered relative to itself through a series of general orderings. (In other words, the transitive closure of the general orderings is irreflexive.) after->closure(toAfter.after)->excludes(before)
bool Irreflexive_transitive_closure(object diagnostics, object context)
Parameters
diagnostics
objectThe chain of diagnostics to which problems are to be appended.
context
objectThe cache of context-specific information.