Class Requirements
java.lang.Object
org.palladiosimulator.retriever.extraction.commonalities.Requirements
- All Implemented Interfaces:
Iterable<OperationInterface>
-
Constructor Summary
ConstructorDescriptionRequirements
(Collection<OperationInterface> requiredInterfaces, Collection<OperationInterface> allDependencies, Collection<OperationInterface> visibleProvisions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsEntire
(OperationInterface iface) boolean
containsPartOf
(OperationInterface iface) boolean
get()
int
hashCode()
iterator()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Requirements
public Requirements(Collection<OperationInterface> requiredInterfaces, Collection<OperationInterface> allDependencies, Collection<OperationInterface> visibleProvisions)
-
-
Method Details