org.eclipse.modisco.omg.smm
Interface RankingInterval

All Superinterfaces:
SmmElement

public interface RankingInterval
extends SmmElement

A representation of the model object 'Ranking Interval'.

The following features are supported:

See Also:
SmmPackage.getRankingInterval()
Generated:
Model:

Method Summary
 double getMaximumEndpoint()
          Returns the value of the 'Maximum Endpoint' attribute.
 double getMinimumEndpoint()
          Returns the value of the 'Minimum Endpoint' attribute.
 Ranking getRank()
          Returns the value of the 'Rank' container reference.
 java.lang.String getSymbol()
          Returns the value of the 'Symbol' attribute.
 boolean isMaximumOpen()
          Returns the value of the 'Maximum Open' attribute.
 boolean isMinimumOpen()
          Returns the value of the 'Minimum Open' attribute.
 void setMaximumEndpoint(double value)
          Sets the value of the 'Maximum Endpoint' attribute.
 void setMaximumOpen(boolean value)
          Sets the value of the 'Maximum Open' attribute.
 void setMinimumEndpoint(double value)
          Sets the value of the 'Minimum Endpoint' attribute.
 void setMinimumOpen(boolean value)
          Sets the value of the 'Minimum Open' attribute.
 void setRank(Ranking value)
          Sets the value of the 'Rank' container reference.
 void setSymbol(java.lang.String value)
          Sets the value of the 'Symbol' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getRank

Ranking getRank()
Returns the value of the 'Rank' container reference. It is bidirectional and its opposite is 'Interval'.

If the meaning of the 'Rank' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Rank' container reference.
See Also:
setRank(Ranking), SmmPackage.getRankingInterval_Rank(), Ranking.getInterval()
Generated:
Model:
opposite="interval" transient="false"

setRank

void setRank(Ranking value)
Sets the value of the 'Rank' container reference.

Parameters:
value - the new value of the 'Rank' container reference.
See Also:
getRank()
Generated:

getMaximumEndpoint

double getMaximumEndpoint()
Returns the value of the 'Maximum Endpoint' attribute.

If the meaning of the 'Maximum Endpoint' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum Endpoint' attribute.
See Also:
setMaximumEndpoint(double), SmmPackage.getRankingInterval_MaximumEndpoint()
Generated:
Model:
required="true"

setMaximumEndpoint

void setMaximumEndpoint(double value)
Sets the value of the 'Maximum Endpoint' attribute.

Parameters:
value - the new value of the 'Maximum Endpoint' attribute.
See Also:
getMaximumEndpoint()
Generated:

isMaximumOpen

boolean isMaximumOpen()
Returns the value of the 'Maximum Open' attribute.

If the meaning of the 'Maximum Open' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Maximum Open' attribute.
See Also:
setMaximumOpen(boolean), SmmPackage.getRankingInterval_MaximumOpen()
Generated:
Model:

setMaximumOpen

void setMaximumOpen(boolean value)
Sets the value of the 'Maximum Open' attribute.

Parameters:
value - the new value of the 'Maximum Open' attribute.
See Also:
isMaximumOpen()
Generated:

getMinimumEndpoint

double getMinimumEndpoint()
Returns the value of the 'Minimum Endpoint' attribute.

If the meaning of the 'Minimum Endpoint' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minimum Endpoint' attribute.
See Also:
setMinimumEndpoint(double), SmmPackage.getRankingInterval_MinimumEndpoint()
Generated:
Model:
required="true"

setMinimumEndpoint

void setMinimumEndpoint(double value)
Sets the value of the 'Minimum Endpoint' attribute.

Parameters:
value - the new value of the 'Minimum Endpoint' attribute.
See Also:
getMinimumEndpoint()
Generated:

isMinimumOpen

boolean isMinimumOpen()
Returns the value of the 'Minimum Open' attribute.

If the meaning of the 'Minimum Open' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minimum Open' attribute.
See Also:
setMinimumOpen(boolean), SmmPackage.getRankingInterval_MinimumOpen()
Generated:
Model:

setMinimumOpen

void setMinimumOpen(boolean value)
Sets the value of the 'Minimum Open' attribute.

Parameters:
value - the new value of the 'Minimum Open' attribute.
See Also:
isMinimumOpen()
Generated:

getSymbol

java.lang.String getSymbol()
Returns the value of the 'Symbol' attribute.

If the meaning of the 'Symbol' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Symbol' attribute.
See Also:
setSymbol(String), SmmPackage.getRankingInterval_Symbol()
Generated:
Model:
required="true"

setSymbol

void setSymbol(java.lang.String value)
Sets the value of the 'Symbol' attribute.

Parameters:
value - the new value of the 'Symbol' attribute.
See Also:
getSymbol()
Generated: