Uses of Class
edu.ksu.cis.cadena.core.util.Pair

Packages that use Pair
edu.ksu.cis.cadena.core.adapter   
edu.ksu.cis.cadena.core.specification.base   
edu.ksu.cis.cadena.core.specification.scenario   
edu.ksu.cis.cadena.core.util   
 

Uses of Pair in edu.ksu.cis.cadena.core.adapter
 

Methods in edu.ksu.cis.cadena.core.adapter that return types with arguments of type Pair
 java.util.Set<Pair<EObject,EStructuralFeature>> ForwardReferenceTable.getAffectedNodes(Notification notification)
           
 java.util.Set<Pair<EObject,EStructuralFeature>> DefaultForwardReferenceTable.getAffectedNodes(Notification notification)
           
 

Method parameters in edu.ksu.cis.cadena.core.adapter with type arguments of type Pair
 void BaseCadenaAdapter.addNotificationValues(Notification notification, java.util.Set<Pair<EObject,EStructuralFeature>> returnVal)
          Adds a notification's old and new values (if they are instances of EObject) to an affected set.
 void DefaultForwardReferenceTable.getAffectedNodes(BaseKind kind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(ComponentKind componentKind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(ComponentMetaKind componentMetaKind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(ConnectorKind connectorKind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(ConnectorMetaKind connectorMetaKind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(InterfaceKind interfaceKind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(InterfaceMetaKind interfaceMetaKind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(Kind kind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(MetaKind metaKind, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(PortSpec portSpec, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 void DefaultForwardReferenceTable.getAffectedNodes(Style style, java.util.Set<Pair<EObject,EStructuralFeature>> set, Notification notification)
           
 

Uses of Pair in edu.ksu.cis.cadena.core.specification.base
 

Methods in edu.ksu.cis.cadena.core.specification.base that return types with arguments of type Pair
 java.util.Set<Pair<CalmObject,EStructuralFeature>> CalmObject.getBackReferences()
          Fetches the set of other CalmObject s which have references (containment or otherwise) to this one.
 

Methods in edu.ksu.cis.cadena.core.specification.base with parameters of type Pair
 void CalmObject.addBackReference(Pair<CalmObject,EStructuralFeature> pair)
           
 void CalmObject.removeBackReference(Pair<CalmObject,EStructuralFeature> pair)
           
 

Uses of Pair in edu.ksu.cis.cadena.core.specification.scenario
 

Methods in edu.ksu.cis.cadena.core.specification.scenario that return types with arguments of type Pair
 java.util.List<Pair<OpenPropertyDeclaration,OpenPropertyBinding>> Scenario.findOpenProperty(PropertyDeclaration property, DirectPropertyContainer container, Port port)
           
 

Uses of Pair in edu.ksu.cis.cadena.core.util
 

Subclasses of Pair in edu.ksu.cis.cadena.core.util
 class ComponentTypePortPair
           
 class InstancePortPair
           
 

Constructors in edu.ksu.cis.cadena.core.util with parameters of type Pair
Pair(Pair<? extends T1,? extends T2> pair)