|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.tuberlin.cs.cis.ocl.example.eval.ExampleReflector
Reflects the model and model instances described by the Example Class Diagram of OCL1.5 chapter 6.2.2.
Constructor Summary | |
ExampleReflector(ClassifierDescriptor type,
java.util.Set allInstances)
|
Method Summary | |
java.util.Set |
allInstances()
Reflects the set of all instances of this reflector's classifier and all its subtypes in existence. |
java.util.Set |
allSupertypes()
Reflects the transitive closure of the set of all supertypes of this reflector's classifier. |
java.util.Set |
associationEnds()
Reflects the set of names of the navigable associationEnds of this reflector's classifier. |
java.util.Set |
attributes()
Reflects the set of names of the attributes of this reflector's classifier. |
java.util.Set |
operations()
Reflects the set of names of the operations of this reflector's classifier. |
java.util.Set |
references()
The set of names of the references of this type, as they are defined in the model. |
java.util.Set |
supertypes()
Reflects the set of all direct supertypes of this reflector's classifier. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExampleReflector(ClassifierDescriptor type, java.util.Set allInstances)
Method Detail |
public java.util.Set allInstances()
Reflector
allInstances
in interface Reflector
InstanceDescriptor
.public java.util.Set allSupertypes()
Reflector
allSupertypes
in interface Reflector
ClassifierDescriptor
.public java.util.Set associationEnds()
Reflector
associationEnds
in interface Reflector
String
.public java.util.Set attributes()
Reflector
attributes
in interface Reflector
String
.public java.util.Set operations()
Reflector
operations
in interface Reflector
String
.public java.util.Set references()
Reflector
references
in interface Reflector
String
.public java.util.Set supertypes()
Reflector
supertypes
in interface Reflector
ClassifierDescriptor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |