Uses of Class
de.interactive_instruments.ShapeChange.StructuredNumber

Packages that use StructuredNumber
de.interactive_instruments.ShapeChange   
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 StructuredNumber in de.interactive_instruments.ShapeChange
 

Methods in de.interactive_instruments.ShapeChange that return StructuredNumber
 StructuredNumber StructuredNumber.createCopy()
           
 StructuredNumber StructuredNumber.createCopyWithSuffix(int number)
          Creates a copy of this StructuredNumber, appending the given number.
 

Methods in de.interactive_instruments.ShapeChange with parameters of type StructuredNumber
 int StructuredNumber.compareTo(StructuredNumber sn)
          Comparison method.
 boolean StructuredNumber.equals(StructuredNumber sn)
          Checks if this StructuredNumber is equal to the given one.
 

Uses of StructuredNumber in de.interactive_instruments.ShapeChange.Model
 

Methods in de.interactive_instruments.ShapeChange.Model that return StructuredNumber
 StructuredNumber PropertyInfo.sequenceNumber()
           
 

Methods in de.interactive_instruments.ShapeChange.Model that return types with arguments of type StructuredNumber
 TreeMap<StructuredNumber,PropertyInfo> ClassInfo.properties()
           
 

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

Fields in de.interactive_instruments.ShapeChange.Model.EA declared as StructuredNumber
protected  StructuredNumber PropertyInfoEA.sequenceNumber
          Sequence number of property
 

Fields in de.interactive_instruments.ShapeChange.Model.EA with type parameters of type StructuredNumber
protected  TreeMap<StructuredNumber,PropertyInfo> ClassInfoEA.propertiesCache
          Cache (ordered) set for properties
 

Methods in de.interactive_instruments.ShapeChange.Model.EA that return StructuredNumber
 StructuredNumber PropertyInfoEA.sequenceNumber()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.EA that return types with arguments of type StructuredNumber
 TreeMap<StructuredNumber,PropertyInfo> ClassInfoEA.properties()
          Return all properties
 

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

Fields in de.interactive_instruments.ShapeChange.Model.Generic declared as StructuredNumber
protected  StructuredNumber GenericPropertyInfo.sequenceNumber
           
 

Fields in de.interactive_instruments.ShapeChange.Model.Generic with type parameters of type StructuredNumber
protected  TreeMap<StructuredNumber,PropertyInfo> GenericClassInfo.properties
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return StructuredNumber
 StructuredNumber GenericClassInfo.getNextSequenceNumber()
           
 StructuredNumber GenericPropertyInfo.sequenceNumber()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic that return types with arguments of type StructuredNumber
 TreeMap<StructuredNumber,PropertyInfo> GenericClassInfo.properties()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type StructuredNumber
 void GenericClassInfo.removeByStructuredNumber(StructuredNumber sn)
          Removes the property from this class where property.sequenceNumber().equals(sn).
 void GenericPropertyInfo.setSequenceNumber(StructuredNumber sequenceNumber)
           
 

Method parameters in de.interactive_instruments.ShapeChange.Model.Generic with type arguments of type StructuredNumber
 void GenericClassInfo.setProperties(TreeMap<StructuredNumber,PropertyInfo> properties)
           
 

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

Fields in de.interactive_instruments.ShapeChange.Model.Xmi10 declared as StructuredNumber
protected  StructuredNumber PropertyInfoXmi10.sequenceNumber
           
 

Fields in de.interactive_instruments.ShapeChange.Model.Xmi10 with type parameters of type StructuredNumber
protected  TreeMap<StructuredNumber,PropertyInfo> ClassInfoXmi10.properties
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return StructuredNumber
 StructuredNumber PropertyInfoXmi10.sequenceNumber()
           
 

Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return types with arguments of type StructuredNumber
 TreeMap<StructuredNumber,PropertyInfo> ClassInfoXmi10.properties()
           
 

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

Fields in us.mitre.ShapeChange.Model.GSIP declared as StructuredNumber
protected  StructuredNumber PropertyInfoGSIP.sequenceNumber
          Sequence number of property
 

Fields in us.mitre.ShapeChange.Model.GSIP with type parameters of type StructuredNumber
protected  TreeMap<StructuredNumber,PropertyInfo> ClassInfoGSIP.propertiesCache
          Cache (ordered) set for properties
 

Methods in us.mitre.ShapeChange.Model.GSIP that return StructuredNumber
 StructuredNumber PropertyInfoGSIP.sequenceNumber()
           
 

Methods in us.mitre.ShapeChange.Model.GSIP that return types with arguments of type StructuredNumber
 TreeMap<StructuredNumber,PropertyInfo> ClassInfoGSIP.properties()
           
 



Copyright © 2015. All rights reserved.