jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.base.objects.nodes.Attribute

Packages that use Attribute
cz.cuni.mff.ksi.jinfer.base.objects.nodes This package contains the object model of jInfer's XML representation. 
cz.cuni.mff.ksi.jinfer.base.utils This package contains utility logic shared across jInfer. 
cz.cuni.mff.ksi.jinfer.basicdtd.utils This package contains utility logic for Basic DTD Exporter. 
cz.cuni.mff.ksi.jinfer.basicxsd.utils This package contains utilities used by Basic XSD Exporter. 
cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname Implementation of clustering task which clusters elements according to their name (case insensitive). 
 

Uses of Attribute in cz.cuni.mff.ksi.jinfer.base.objects.nodes
 

Methods in cz.cuni.mff.ksi.jinfer.base.objects.nodes that return types with arguments of type Attribute
 List<Attribute> Element.getAttributes()
          Get all attributes of element
 

Constructor parameters in cz.cuni.mff.ksi.jinfer.base.objects.nodes with type arguments of type Attribute
Element(List<String> context, String name, Map<String,Object> metadata, Regexp<AbstractStructuralNode> subnodes, List<Attribute> attributes)
          Create immutable element given all members.
 

Uses of Attribute in cz.cuni.mff.ksi.jinfer.base.utils
 

Methods in cz.cuni.mff.ksi.jinfer.base.utils that return Attribute
static Attribute TestUtils.getAttribute(String name)
          Returns an attribute with provided name.
 

Uses of Attribute in cz.cuni.mff.ksi.jinfer.basicdtd.utils
 

Methods in cz.cuni.mff.ksi.jinfer.basicdtd.utils with parameters of type Attribute
static Map<String,Integer> DomainUtils.getDomain(Attribute attribute)
          Returns the domain of values of this attribute.
 

Uses of Attribute in cz.cuni.mff.ksi.jinfer.basicxsd.utils
 

Methods in cz.cuni.mff.ksi.jinfer.basicxsd.utils with parameters of type Attribute
static String TypeUtils.getBuiltinAttributeType(Attribute attribute)
          Gets a type of an attribute.
 

Uses of Attribute in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that return Attribute
 Attribute AttributeClusterer.getRepresentantForItem(Attribute item)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that return types with arguments of type Attribute
 List<Cluster<Attribute>> Iname.getAttributeClusters(AbstractStructuralNode representant)
           
 List<Cluster<Attribute>> AttributeClusterer.getClusters()
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname with parameters of type Attribute
 void AttributeClusterer.add(Attribute item)
           
 Attribute AttributeClusterer.getRepresentantForItem(Attribute item)
           
 

Method parameters in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname with type arguments of type Attribute
 void AttributeClusterer.addAll(Collection<Attribute> items)
           
 


jInfer

Generated on Fri Dec 9 00:01:25 CET 2011