KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > uml > foundation > core > AStructuralFeatureType


1 package org.omg.uml.foundation.core;
2
3 public interface AStructuralFeatureType extends javax.jmi.reflect.RefAssociation {
4     public boolean exists(org.omg.uml.foundation.core.StructuralFeature structuralFeature, org.omg.uml.foundation.core.Classifier type);
5     public org.omg.uml.foundation.core.Classifier getType(org.omg.uml.foundation.core.StructuralFeature structuralFeature);
6     public boolean add(org.omg.uml.foundation.core.StructuralFeature structuralFeature, org.omg.uml.foundation.core.Classifier type);
7     public boolean remove(org.omg.uml.foundation.core.StructuralFeature structuralFeature, org.omg.uml.foundation.core.Classifier type);
8 }
9
Popular Tags