Uses of Class
de.dfki.mycbr.core.casebase.StringAttribute

Packages that use StringAttribute
de.dfki.mycbr.core.casebase Contains classes for the basic definition of DefaultCaseBase objects. 
de.dfki.mycbr.core.model Contains classes for the basic definition of the project's model. 
 

Uses of StringAttribute in de.dfki.mycbr.core.casebase
 

Methods in de.dfki.mycbr.core.casebase that return StringAttribute
 StringAttribute StringRange.getStringValue(java.lang.String s)
          Creates a new StringAttribute associated with the given String.
 

Methods in de.dfki.mycbr.core.casebase with parameters of type StringAttribute
 boolean StringAttribute.equals(StringAttribute att)
          Returns true, if this attribute equals the given attribute.
 

Uses of StringAttribute in de.dfki.mycbr.core.model
 

Methods in de.dfki.mycbr.core.model that return StringAttribute
 StringAttribute StringDesc.getStringAttribute(java.lang.String string)
          Returns StringAttribute object representing the specified string.