public abstract class HutnUtil extends Object
public static AttributeSlot createAttributeSlot(Object... values)
public static AttributeSlot createAttributeSlot(String feature, Object... values)
public static ContainmentSlot createContainmentSlot(String feature, ClassObject... values)
public static ReferenceSlot createReferenceSlot(String feature, String... values)
public static ClassObject createClassObject(Slot<?>... slots)
public static ClassObject createClassObject(String type, Slot<?>... slots)
public static ClassObject createClassObject(String identifier, String type, Slot<?>... slots)
public static ClassObject createClassObject(String identifier, String type, int line, int column, Slot<?>... slots)
public static PackageObject createPackageObject(ClassObject... classes)
public static PackageObject createPackageObject(String type, ClassObject... classes)
public static PackageObject createPackageObject(String identifier, String type, ClassObject... classes)
public static Spec createSpec(PackageObject... packages)
public static Spec createSpec(String nsUri, PackageObject... packages)
Copyright © 2016. All rights reserved.