Uses of Interface
de.interactive_instruments.ShapeChange.Model.OperationInfo

Packages that use OperationInfo
de.interactive_instruments.ShapeChange.Model   
de.interactive_instruments.ShapeChange.Model.EA   
de.interactive_instruments.ShapeChange.Model.Generic   
de.interactive_instruments.ShapeChange.Model.Xmi10   
us.mitre.ShapeChange.Model.GSIP   
 

Uses of OperationInfo in de.interactive_instruments.ShapeChange.Model
 

Classes in de.interactive_instruments.ShapeChange.Model that implement OperationInfo
 class OperationInfoImpl
           
 

Methods in de.interactive_instruments.ShapeChange.Model that return OperationInfo
 OperationInfo ClassInfo.operation(String name, String[] types)
           
 

Uses of OperationInfo in de.interactive_instruments.ShapeChange.Model.EA
 

Classes in de.interactive_instruments.ShapeChange.Model.EA that implement OperationInfo
 class OperationInfoEA
           
 

Fields in de.interactive_instruments.ShapeChange.Model.EA with type parameters of type OperationInfo
protected  TreeMap<Integer,OperationInfo> ClassInfoEA.operationsCache
          Cache (ordered) set for operations
 

Methods in de.interactive_instruments.ShapeChange.Model.EA that return OperationInfo
 OperationInfo ClassInfoEA.operation(String name, String[] types)
          Find the operation identified by its name and the types of its parameters in this class or (if not present there) recursively in its base classes.
 

Uses of OperationInfo in de.interactive_instruments.ShapeChange.Model.Generic
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return OperationInfo
 OperationInfo GenericClassInfo.operation(String name, String[] types)
          NOTE: Operations are currently not supported
 

Uses of OperationInfo in de.interactive_instruments.ShapeChange.Model.Xmi10
 

Classes in de.interactive_instruments.ShapeChange.Model.Xmi10 that implement OperationInfo
 class OperationInfoXmi10
           
 

Fields in de.interactive_instruments.ShapeChange.Model.Xmi10 with type parameters of type OperationInfo
 TreeMap<Integer,OperationInfo> ClassInfoXmi10.operations
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return OperationInfo
 OperationInfo ClassInfoXmi10.operation(String name, String[] types)
           
 

Uses of OperationInfo in us.mitre.ShapeChange.Model.GSIP
 

Classes in us.mitre.ShapeChange.Model.GSIP that implement OperationInfo
 class OperationInfoGSIP
           
 

Fields in us.mitre.ShapeChange.Model.GSIP with type parameters of type OperationInfo
protected  TreeMap<Integer,OperationInfo> ClassInfoGSIP.operationsCache
          Cache (ordered) set for operations
 

Methods in us.mitre.ShapeChange.Model.GSIP that return OperationInfo
 OperationInfo ClassInfoGSIP.operation(String name, String[] types)
           
 



Copyright © 2015. All rights reserved.