TOP

isinstanceof

Description

Check if a model element is of a meta-model class.

Implementation class

net.mdatools.modelant.core.condition.IsInstanceOf

Parameters

Attribute Description Type
metaclass The name of the metaclass that holds the model elements for processing.

Format: {<package>::}<meta class>

In UML 1.3 the metaclass name might be:

  • Foundation::Core::Class - contains all model classes
  • Foundation::Core::Attribute - holds all the attributes of model classes
  • Behavioral_Elements::State_Machines::State holds all states in state machine models
is the metaclass to set.
String
property The name of the property that holds the object to process. Default: this String

Use <typedef resource="net/mdatools/modelant/core/antlib.xml"/>
Documentation generated by ant.doc Ant macro from ModelAnt by MDA Tools