Uses of Class
edu.cmu.sei.aadl.model.feature.PortDirection

Packages that use PortDirection
edu.cmu.sei.aadl.model.feature   
edu.cmu.sei.aadl.model.feature.impl   
 

Uses of PortDirection in edu.cmu.sei.aadl.model.feature
 

Fields in edu.cmu.sei.aadl.model.feature declared as PortDirection
static PortDirection PortDirection.IN_LITERAL
          The 'In' literal object
static PortDirection PortDirection.INOUT_LITERAL
          The 'Inout' literal object
static PortDirection PortDirection.OUT_LITERAL
          The 'Out' literal object
 

Methods in edu.cmu.sei.aadl.model.feature that return PortDirection
static PortDirection PortDirection.get(int value)
          Returns the 'Port Direction' literal with the specified integer value
static PortDirection PortDirection.get(java.lang.String literal)
          Returns the 'Port Direction' literal with the specified literal value
 PortDirection Port.getAllDirection()
          Get the port direction.
 PortDirection Parameter.getAllDirection()
          Get the port direction.
 PortDirection Port.getAllDirection(AObject context)
          get the port direction, possibly from the ancestor feature If the context port group has an inverse port group type, we invert the direction.
 PortDirection Port.getAllDirection(boolean shouldInvert)
          Get the port direction, but invert the direction if requested.
static PortDirection PortDirection.getByName(java.lang.String name)
          Returns the 'Port Direction' literal with the specified name
 PortDirection Port.getDirection()
          Returns the value of the 'Direction' attribute.
 PortDirection Parameter.getDirection()
          Returns the value of the 'Direction' attribute.
 PortDirection Port.getDirection(AObject context)
          get the port direction If the context port group has an inverse port group type, we invert the direction.
 PortDirection Port.getDirection(boolean shouldInvert)
          Get the port direction, but invert the direction if requested.
 PortDirection PortDirection.getInverseDirection()
          Sets the port direction to be the opposite of the one specified The original direction may be retrieved from a refinement ancestor the value is set locally
 

Methods in edu.cmu.sei.aadl.model.feature with parameters of type PortDirection
 boolean PortDirection.isInverseOf(PortDirection other)
           
 void Port.setDirection(PortDirection value)
          Sets the value of the 'Direction' attribute
 void Parameter.setDirection(PortDirection value)
          Sets the value of the 'Direction' attribute
 

Uses of PortDirection in edu.cmu.sei.aadl.model.feature.impl
 

Fields in edu.cmu.sei.aadl.model.feature.impl declared as PortDirection
protected  PortDirection PortImpl.direction
          The cached value of the 'Direction' attribute
protected  PortDirection ParameterImpl.direction
          The cached value of the 'Direction' attribute
protected static PortDirection PortImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
protected static PortDirection ParameterImpl.DIRECTION_EDEFAULT
          The default value of the 'Direction' attribute
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return PortDirection
 PortDirection FeatureFactoryImpl.createPortDirectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 PortDirection PortImpl.getAllDirection()
          get the port direction This method is the same as getDirection.
 PortDirection ParameterImpl.getAllDirection()
           
 PortDirection PortImpl.getAllDirection(AObject context)
          get the port direction If the context port group has an inverse port group type, we invert the direction.
 PortDirection PortImpl.getAllDirection(boolean shouldInvert)
           
 PortDirection PortImpl.getDirection()
           
 PortDirection ParameterImpl.getDirection()
           
 PortDirection PortImpl.getDirection(AObject context)
          get the port direction If the context port group has an inverse port group type, we invert the direction.
 PortDirection PortImpl.getDirection(boolean shouldInvert)
           
 

Methods in edu.cmu.sei.aadl.model.feature.impl with parameters of type PortDirection
 void PortImpl.setDirection(PortDirection newDirection)
           
 void ParameterImpl.setDirection(PortDirection newDirection)