ujf.verimag.bip.Core.Behaviors
Interface Behavior

All Known Subinterfaces:
PetriNet
All Known Implementing Classes:
BehaviorImpl, PetriNetImpl

public interface Behavior

A representation of the model object 'Behavior'.

The following features are supported:

See Also:
BehaviorsPackage.getBehavior()

Method Summary
 AtomType getAtomType()
          Returns the value of the 'Atom Type' container reference.
 void setAtomType(AtomType value)
          Sets the value of the 'Atom Type' container reference.
 

Method Detail

getAtomType

AtomType getAtomType()
Returns the value of the 'Atom Type' container reference. It is bidirectional and its opposite is 'Behavior'.

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

Returns:
the value of the 'Atom Type' container reference.
See Also:
setAtomType(AtomType), BehaviorsPackage.getBehavior_AtomType(), AtomType.getBehavior()

setAtomType

void setAtomType(AtomType value)
Sets the value of the 'Atom Type' container reference.

Parameters:
value - the new value of the 'Atom Type' container reference.
See Also:
getAtomType()