Class Provisions
java.lang.Object
org.palladiosimulator.somox.analyzer.rules.model.Provisions
- All Implemented Interfaces:
Iterable<OperationInterface>
-
Constructor Summary
ConstructorsConstructorDescriptionProvisions(Collection<OperationInterface> provisions, Collection<OperationInterface> allDependencies) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsEntire(OperationInterface iface) booleancontainsPartOf(OperationInterface iface) booleanget()inthashCode()iterator()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Provisions
public Provisions(Collection<OperationInterface> provisions, Collection<OperationInterface> allDependencies)
-
-
Method Details