public static String getTerm(AttributeSource source) { TypeAttributeImpl attr = source.addAttribute(TypeAttributeImpl.class); return attr.type(); }
public static String getType(AttributeSource source) { TypeAttributeImpl attr = source.addAttribute(TypeAttributeImpl.class); return attr.type(); }