<C_BIND_INFO> : Simple or partial binding with an existing class

Java class : leon.info.binding.LyClassInfoBinding

ROLE

This case is a special one where the physical layer used is another logical class of the model. The identifiers of the physical classes (and possibly their filters) and the list of the union conditions that enables sticking the classes are required to define this binding.

ATTRIBUTES

<!ATTLIST C_BIND_INFO
	  idref IDREF #REQUIRED>
Attribute Mand. Description Default
idref yes Identifier of the logical class used as physical layer.  

ELEMENTS

<!ELEMENT C_BIND_INFO 
	  (FILTER |
	   FILTER_REF)?>
Element Mand. Mult. Description
FILTER yes no Filter used to define a partial binding (restricted to objects that match the filter).
FILTER_REF yes no Filter reference used to define a partial binding (restricted to objects that match the filter).

SAMPLE

<C_BIND_INFO idref="userClass"/>