Uses of Interface
org.ocltf.model.ElementFacade

Packages that use ElementFacade
org.ocltf.model   
org.ocltf.test   
org.ocltf.translation   
 

Uses of ElementFacade in org.ocltf.model
 

Subinterfaces of ElementFacade in org.ocltf.model
 interface AssociationEndFacade
          Specifies a "facade" for an underlying association end.
 interface AssociationFacade
          Specifies a "facade" for an underlying association.
 interface AttributeFacade
          Specifies a "facade" for an underlying attribute.
 interface ClassifierFacade
          Specifies a "facade" for an underlying classifier.
 interface ConstraintFacade
          Specifies a "facade" for an underlying constraint.
 interface GeneralizationFacade
          Specifies a "facade" for an underlying generalization.
 interface OperationFacade
          Specifies a "facade" for an underlying operation.
 interface ParameterFacade
          Specifies a "facade" for an underlying parameter.
 interface TaggedValueFacade
          Specifies a "facade" for an underlying tagged value.
 

Methods in org.ocltf.model that return ElementFacade
 ElementFacade ConstraintFacade.getConstrainedElement()
          Returns the constrained element.
 

Uses of ElementFacade in org.ocltf.test
 

Methods in org.ocltf.test that return ElementFacade
protected  ElementFacade TranslationTestProcessor.findClassifier(java.lang.String fullyQualifiedName)
          Finds the classifier having the.ocltf.llyQualifiedName in the model.
 

Uses of ElementFacade in org.ocltf.translation
 

Methods in org.ocltf.translation with parameters of type ElementFacade
static boolean TranslationUtils.isManyConnectingAssociationEnd(ElementFacade element, java.lang.String name)
          Returns true if the passed in name is a connecting end and its multiplicity is many.
 



Copyright © 2003-2004 Chad Brandon. All Rights Reserved.