de.interactive_instruments.ShapeChange.Model
Class OperationInfoImpl

java.lang.Object
  extended by de.interactive_instruments.ShapeChange.Model.InfoImpl
      extended by de.interactive_instruments.ShapeChange.Model.OperationInfoImpl
All Implemented Interfaces:
Info, OperationInfo
Direct Known Subclasses:
OperationInfoEA, OperationInfoGSIP, OperationInfoXmi10

public abstract class OperationInfoImpl
extends InfoImpl
implements OperationInfo


Field Summary
 
Fields inherited from class de.interactive_instruments.ShapeChange.Model.InfoImpl
aliasName, definition, description, documentation
 
Constructor Summary
OperationInfoImpl()
           
 
Method Summary
 String fullName()
          Full qualified UML name
 void postprocessAfterLoadingAndValidate()
          1.
 
Methods inherited from class de.interactive_instruments.ShapeChange.Model.InfoImpl
aliasName, definition, description, documentation, encodingRule, matches, stereotype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.interactive_instruments.ShapeChange.Model.OperationInfo
parameterCount, parameterNames, parameterTypes
 
Methods inherited from interface de.interactive_instruments.ShapeChange.Model.Info
aliasName, definition, description, documentation, encodingRule, id, matches, model, name, options, result, stereotype, stereotypes, taggedValue, taggedValues, taggedValues
 

Constructor Detail

OperationInfoImpl

public OperationInfoImpl()
Method Detail

fullName

public String fullName()
Full qualified UML name

Specified by:
fullName in interface Info
See Also:
Info.fullName()

postprocessAfterLoadingAndValidate

public void postprocessAfterLoadingAndValidate()
Description copied from class: InfoImpl
1. Postprocess the model element to execute any actions that require that the complete model has been loaded. 2. Validate the model element against all applicable requirements and recommendations. All rules applicable to all model elements are validated here, the more specific rules are all validated in the subclasses.

Specified by:
postprocessAfterLoadingAndValidate in interface Info
Overrides:
postprocessAfterLoadingAndValidate in class InfoImpl


Copyright © 2015. All rights reserved.