de.interactive_instruments.ShapeChange.Transformation.Profiling
Class ProfileIdentifierMap
java.lang.Object
de.interactive_instruments.ShapeChange.Transformation.Profiling.ProfileIdentifierMap
public class ProfileIdentifierMap
- extends Object
- Author:
- Johannes Echterhoff (echterhoff interactive-instruments
de)
parse
public static ProfileIdentifierMap parse(String profilesString,
ProfileIdentifier.IdentifierPattern pattern,
String ownerName)
throws MalformedProfileIdentifierException
- Parameters:
profilesString
- pattern
- ownerName
- name of the model element that owns the profilesString
- Returns:
-
- Throws:
MalformedProfileIdentifierException
getProfileIdentifiersByName
public Map<String,ProfileIdentifier> getProfileIdentifiersByName()
getOwnerName
public String getOwnerName()
- Returns:
- name of the model element that owns the profile map information
contains
public boolean contains(ProfileIdentifierMap other,
List<String> messages)
- Parameters:
other,
- shall not be null
messages
- List to store the reason(s) why this map does not contain the
other map; can be null
- Returns:
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2015. All rights reserved.