Uses of Class
de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace.EAException

Packages that use EAException
de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace   
 

Uses of EAException in de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace
 

Methods in de.interactive_instruments.ShapeChange.Target.ArcGISWorkspace that throw EAException
static org.sparx.Connector EAModelUtil.createEAAssociation(org.sparx.Element client, org.sparx.Element supplier)
           
static org.sparx.Attribute EAModelUtil.createEAAttribute(org.sparx.Element e, String name, String alias, String documentation, Set<String> stereotypes, List<EATaggedValue> taggedValues, boolean isDerived, boolean isOrdered, String initialValue, Multiplicity m, String type, Integer classifierID)
           
static org.sparx.Element EAModelUtil.createEAClass(String className, org.sparx.Package eaPkg)
           
static void EAModelUtil.createEAGeneralization(org.sparx.Element c1, org.sparx.Element c2)
           
static org.sparx.Package EAModelUtil.createEAPackage(PackageInfo pi, org.sparx.Package eaParentPkg)
          Creates an EA package for the given PackageInfo.
static void EAModelUtil.setEAAbstract(boolean isAbstract, org.sparx.Element e)
           
static void EAModelUtil.setEAAlias(String aliasName, org.sparx.Element e)
           
static void EAModelUtil.setEAAssociationClass(org.sparx.Connector con, org.sparx.Element classElement, String eapFileAbsolutePath)
           
static void EAModelUtil.setEACardinality(org.sparx.ConnectorEnd conEnd, String cardinalityAsString)
           
static void EAModelUtil.setEAName(org.sparx.Connector con, String name)
           
static void EAModelUtil.setEANotes(String documentation, org.sparx.Element e)
           
static void EAModelUtil.setEARole(org.sparx.ConnectorEnd conEnd, String role)
           
static void EAModelUtil.setEAStereotype(org.sparx.Connector con, String stereotype)
           
static void EAModelUtil.setEAStereotype(org.sparx.Element e, String stereotype)
           
static void EAModelUtil.setEATaggedValue(org.sparx.Collection<org.sparx.ConnectorTag> cTV, String name, String value, String notes)
           
static void EAModelUtil.setEATaggedValue(org.sparx.Connector con, String tvName, String tvValue, String tvNotes)
           
static void EAModelUtil.setEATaggedValue(org.sparx.Element e, String tvName, String tvValue, String tvNotes)
           
static void EAModelUtil.setEATaggedValueRole(org.sparx.Collection<org.sparx.RoleTag> cTV, String n, String v)
           
static void EAModelUtil.setEATaggedValues(org.sparx.Connector con, List<EATaggedValue> tvs)
           
static void EAModelUtil.setEATaggedValues(org.sparx.Element e, List<EATaggedValue> tvs)
           
static void EAModelUtil.setTaggedValue(org.sparx.Collection<org.sparx.TaggedValue> cTV, String name, String value, String notes)
           
static void EAModelUtil.setTaggedValueAtt(org.sparx.Collection<org.sparx.AttributeTag> cTV, String name, String value, String notes)
           
 



Copyright © 2015. All rights reserved.