Uses of Class
org.dishevelled.codegen.Association

Uses of Association in org.dishevelled.codegen
 

Methods in org.dishevelled.codegen that return types with arguments of type Association
 Set<Association> InterfaceDescription.getAssociations()
          Return an unmodifiable set of associations for this interface description.
 Set<Association> ClassDescription.getAssociations()
          Return an unmodifiable set of associations for this class description.
 

Methods in org.dishevelled.codegen with parameters of type Association
 boolean InterfaceDescription.addAssociation(Association association)
          Add the specified association to the set of associations for this interface description.
 boolean ClassDescription.addAssociation(Association association)
          Add the specified association to the set of associations for this class description.
 boolean InterfaceDescription.associate(Association association)
          Add the specified association to the set of associations for this interface description.
 boolean ClassDescription.associate(Association association)
          Add the specified association to the set of associations for this class description.
 

Constructor parameters in org.dishevelled.codegen with type arguments of type Association
ClassDescription(String packageName, String lower, String mixed, String upper, String author, String version, String description, Set<ClassDescription> specializes, Set<InterfaceDescription> realizes, Set<Attribute> attributes, Set<Association> associations)
          Create a new class description from the specified parameters.
InterfaceDescription(String packageName, String lower, String mixed, String upper, String author, String version, String description, Set<InterfaceDescription> specializes, Set<Attribute> attributes, Set<Association> associations)
          Create a new interface description from the specified parameters.
 



Copyright (c) 2004-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).