MetaDone
metadone.client.parsers.km3.Reference Class Reference
Inheritance diagram for metadone.client.parsers.km3.Reference:
Collaboration diagram for metadone.client.parsers.km3.Reference:

List of all members.

Public Member Functions

 Reference (Class owner, String name)
boolean isContainer ()
void setContainer (boolean container)
Reference getOpposite ()
void setOpposite (Reference opposite)
void validateElement () throws Exception

Protected Member Functions

Reference resolveOpposite ()

Package Functions

void setOpposite (String opposite)

Private Attributes

boolean container = false
Reference opposite = null
String oppositeString = null

Detailed Description

KM3 reference.

Author:
kma
See also:
LocatedElement

Constructor & Destructor Documentation

metadone.client.parsers.km3.Reference.Reference ( Class  owner,
String  name 
)

Member Function Documentation

boolean metadone.client.parsers.km3.Reference.isContainer ( )
void metadone.client.parsers.km3.Reference.setContainer ( boolean  container)
void metadone.client.parsers.km3.Reference.setOpposite ( String  opposite) [package]
void metadone.client.parsers.km3.Reference.setOpposite ( Reference  opposite)
void metadone.client.parsers.km3.Reference.validateElement ( ) throws Exception

Validates this model element.

Exceptions:
Exceptionwhen the element is not valid
See also:
KM3Metamodel.validateModel()

Reimplemented from metadone.client.parsers.km3.TypedElement.

References metadone.client.parsers.km3.Reference.getOpposite(), and metadone.client.parsers.km3.Reference.opposite.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations